|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthorizationManager
Authorises the user in the current session view and use members of an object.
| Method Summary | |
|---|---|
boolean |
isUsable(AuthenticationSession session,
NakedObject target,
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,
NakedObject target,
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. |
| Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent |
|---|
init, shutdown |
| Method Detail |
|---|
boolean isVisible(AuthenticationSession session,
NakedObject target,
Identifier identifier)
boolean isUsable(AuthenticationSession session,
NakedObject target,
Identifier identifier)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||