|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISubject
The authenticated subject.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||