Uses of Class
org.apache.wiki.auth.authorize.Role
Packages that use Role
-
Uses of Role in org.apache.wiki.auth.authorize
Fields in org.apache.wiki.auth.authorize declared as RoleModifier and TypeFieldDescriptionstatic final Role
Role.ALL
All users, regardless of authentication statusstatic final Role
Role.ANONYMOUS
If the user hasn't supplied a namestatic final Role
Role.ASSERTED
If the user has supplied a cookie with a usernamestatic final Role
Role.AUTHENTICATED
If the user has authenticated with the Container or UserDatabaseprotected Role[]
WebContainerAuthorizer.m_containerRoles
A lazily-initialized array of Roles that the container knows about.Methods in org.apache.wiki.auth.authorize that return RoleModifier and TypeMethodDescriptionprotected 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 RoleModifier and TypeMethodDescriptionstatic boolean
Role.isBuiltInRole
(Role role) boolean
WebContainerAuthorizer.isConstrained
(String url, Role role) Protected method that identifies whether a particular webapp URL is constrained to a particular Role.