Uses of Class
org.apache.wicket.authroles.authorization.strategies.role.Roles
Packages that use Roles
Package
Description
-
Uses of Roles in org.apache.wicket.authroles.authentication
Methods in org.apache.wicket.authroles.authentication that return RolesMethods in org.apache.wicket.authroles.authentication with parameters of type RolesModifier and TypeMethodDescriptionfinal booleanAuthenticatedWebApplication.hasAnyRole(Roles roles) -
Uses of Roles in org.apache.wicket.authroles.authorization.strategies.role
Methods in org.apache.wicket.authroles.authorization.strategies.role with parameters of type RolesModifier and TypeMethodDescriptionbooleanRoles.hasAllRoles(Roles roles) Whether this roles object contains all the provided roles.protected final booleanGets whether any of the given roles applies to the authorizer.booleanIRoleCheckingStrategy.hasAnyRole(Roles roles) Whether any of the given roles matches.booleanRoles.hasAnyRole(Roles roles) Whether this roles object contains any of the provided roles.protected final booleanConducts a check to see if the roles object is empty. -
Uses of Roles in org.apache.wicket.authroles.authorization.strategies.role.metadata
Methods in org.apache.wicket.authroles.authorization.strategies.role.metadata that return RolesModifier and TypeMethodDescription<T extends IRequestableComponent>
RolesInstantiationPermissions.authorizedRoles(Class<T> componentClass) Gets the roles that have a binding with the given component class.final RolesGets the roles that have a binding for the given action.Methods in org.apache.wicket.authroles.authorization.strategies.role.metadata that return types with arguments of type RolesMethods in org.apache.wicket.authroles.authorization.strategies.role.metadata with parameters of type RolesModifier and TypeMethodDescriptionfinal voidGives permission for the given roles to perform the given actionfinal <T extends Component>
voidGives the given role permission to instantiate the given class.final voidActionPermissions.unauthorize(Action action, Roles rolesToRemove) Remove the given authorized role from an action.final <T extends Component>
voidInstantiationPermissions.unauthorize(Class<T> componentClass, Roles rolesToRemove) Removes permission for the given role to instantiate the given class.