public interface Authorizor extends ApplicationScopedComponent
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUsableInAnyRole(org.apache.isis.applib.Identifier identifier) |
boolean |
isUsableInRole(String role,
org.apache.isis.applib.Identifier identifier)
Checked for each of the user's roles.
|
boolean |
isVisibleInAnyRole(org.apache.isis.applib.Identifier identifier) |
boolean |
isVisibleInRole(String role,
org.apache.isis.applib.Identifier identifier)
Checked for each of the user's roles.
|
init, shutdownboolean isVisibleInAnyRole(org.apache.isis.applib.Identifier identifier)
boolean isUsableInAnyRole(org.apache.isis.applib.Identifier identifier)
boolean isVisibleInRole(String role, org.apache.isis.applib.Identifier identifier)
boolean isUsableInRole(String role, org.apache.isis.applib.Identifier identifier)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.