Uses of Class
org.apache.wiki.auth.authorize.Role
-
Packages that use Role Package Description org.apache.wiki.auth.authorize Authorizer implementation. -
-
Uses of Role in org.apache.wiki.auth.authorize
Fields in org.apache.wiki.auth.authorize declared as Role Modifier and Type Field Description static RoleRole. ALLAll users, regardless of authentication statusstatic RoleRole. ANONYMOUSIf the user hasn't supplied a namestatic RoleRole. ASSERTEDIf the user has supplied a cookie with a usernamestatic RoleRole. AUTHENTICATEDIf the user has authenticated with the Container or UserDatabaseprotected Role[]WebContainerAuthorizer. m_containerRolesA lazily-initialized array of Roles that the container knows about.Methods in org.apache.wiki.auth.authorize that return Role Modifier and Type Method Description protected Role[]WebContainerAuthorizer. getRoles(org.jdom2.Document webxml)Protected method that extracts the roles from JSPWiki's web application deployment descriptor.Methods in org.apache.wiki.auth.authorize with parameters of type Role Modifier and Type Method Description static booleanRole. isBuiltInRole(Role role)booleanWebContainerAuthorizer. isConstrained(java.lang.String url, Role role)Protected method that identifies whether a particular webapp URL is constrained to a particular Role.
-