public interface AuthorizationManager extends ApplicationScopedComponent
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUsable(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier)
Returns true when the use represented by the specified session is
authorised to change the field represented by the member identifier.
|
boolean |
isVisible(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.Identifier identifier)
Returns true when the user represented by the specified session is
authorised to view the member of the class/object represented by the
member identifier.
|
init, shutdownboolean isVisible(AuthenticationSession session, ObjectAdapter target, org.apache.isis.applib.Identifier identifier)
boolean isUsable(AuthenticationSession session, ObjectAdapter target, org.apache.isis.applib.Identifier identifier)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.