public interface ISubject
| Modifier and Type | Method and Description |
|---|---|
List<ICredential> |
getCredentials()
All
ICredential instances associated with the subject. |
Object |
getImpl()
The implementation object for this.
|
List<IPermission> |
getPermissions()
The list of permissions for this subject.
|
boolean |
isAdministrator()
A flag if this subject has administrative rights.
|
List<ICredential> getCredentials()
ICredential instances associated with the subject.ICredential instances associated with the subject.Object getImpl()
This is for example the persistent java object for a user.
List<IPermission> getPermissions()
boolean isAdministrator()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.