|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.security.AllUserPermission
Implementation of IUserPermission that universally grants permissions.
| Constructor Summary | |
AllUserPermission()
|
|
| Method Summary | |
boolean |
hasPermission(java.lang.String accessLevelDescription,
ILoginInfo li)
returns true if the user represented by the login information object has the permission described by the accessLevelDescription parameter. |
void |
initialize()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AllUserPermission()
| Method Detail |
public void initialize()
initialize in interface IUserPermission
public boolean hasPermission(java.lang.String accessLevelDescription,
ILoginInfo li)
IUserPermission
hasPermission in interface IUserPermissionaccessLevelDescription - Describes the permission requested.li - LoginInfo containing identification credentials
of the user.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||