|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Roles in org.apache.wicket.authroles.authentication |
|---|
| Methods in org.apache.wicket.authroles.authentication that return Roles | |
|---|---|
abstract Roles |
AbstractAuthenticatedWebSession.getRoles()
|
| Methods in org.apache.wicket.authroles.authentication with parameters of type Roles | |
|---|---|
boolean |
AuthenticatedWebApplication.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 Roles | |
|---|---|
boolean |
Roles.hasAllRoles(Roles roles)
Whether this roles object contains all the provided roles. |
protected boolean |
AbstractRoleAuthorizationStrategy.hasAny(Roles roles)
Gets whether any of the given roles applies to the authorizer. |
boolean |
Roles.hasAnyRole(Roles roles)
Whether this roles object contains any of the provided roles. |
boolean |
IRoleCheckingStrategy.hasAnyRole(Roles roles)
Whether any of the given roles matches. |
protected boolean |
AbstractRoleAuthorizationStrategy.isEmpty(Roles roles)
Conducts 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 Roles | ||
|---|---|---|
|
InstantiationPermissions.authorizedRoles(Class<T> componentClass)
Gets the roles that have a binding with the given component class. |
|
Roles |
ActionPermissions.rolesFor(Action action)
Gets 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 Roles | |
|---|---|
protected Map<Class<? extends Component>,Roles> |
InstantiationPermissions.getRolesForComponentClass()
|
| Methods in org.apache.wicket.authroles.authorization.strategies.role.metadata with parameters of type Roles | ||
|---|---|---|
void |
ActionPermissions.authorize(Action action,
Roles rolesToAdd)
Gives permission for the given roles to perform the given action |
|
|
InstantiationPermissions.authorize(Class<T> componentClass,
Roles rolesToAdd)
Gives the given role permission to instantiate the given class. |
|
void |
ActionPermissions.unauthorize(Action action,
Roles rolesToRemove)
Remove the given authorized role from an action. |
|
|
InstantiationPermissions.unauthorize(Class<T> componentClass,
Roles rolesToRemove)
Removes permission for the given role to instantiate the given class. |
|
| Uses of Roles in org.apache.wicket.examples.authentication1 |
|---|
| Methods in org.apache.wicket.examples.authentication1 that return Roles | |
|---|---|
Roles |
SignInSession.getRoles()
|
| Uses of Roles in org.apache.wicket.examples.authentication2 |
|---|
| Methods in org.apache.wicket.examples.authentication2 that return Roles | |
|---|---|
Roles |
SignIn2Session.getRoles()
|
| Uses of Roles in org.apache.wicket.examples.authentication3 |
|---|
| Methods in org.apache.wicket.examples.authentication3 that return Roles | |
|---|---|
Roles |
MyAuthenticatedWebSession.getRoles()
|
| Uses of Roles in org.apache.wicket.examples.authorization |
|---|
| Methods in org.apache.wicket.examples.authorization with parameters of type Roles | |
|---|---|
boolean |
User.hasAnyRole(Roles roles)
Whether this user has any of the given roles. |
boolean |
UserRolesAuthorizer.hasAnyRole(Roles roles)
|
| Uses of Roles in org.apache.wicket.examples.library |
|---|
| Methods in org.apache.wicket.examples.library that return Roles | |
|---|---|
Roles |
LibrarySession.getRoles()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||