public interface AccessController
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
allowAccess(Profile pProfile,
           DynamoHttpServletRequest pRequest)
Returns true if a user (represented by the specified Profile)
 should be allowed access, false if not. 
 | 
java.lang.String | 
getDeniedAccessURL(Profile pProfile)
Returns a URL the user should be redirected to if allowAccess 
 returns false. 
 | 
static final java.lang.String CLASS_VERSION
boolean allowAccess(Profile pProfile, DynamoHttpServletRequest pRequest)
java.lang.String getDeniedAccessURL(Profile pProfile)