|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.bc.gov.webade.security.WebADESecurityManager
| Constructor Summary | |
WebADESecurityManager()
|
|
| Method Summary | |
UserCredentials |
getCurrentUserCredentials()
Returns the current user for this thread. |
WebADEUserInfo |
getCurrentUserInfo()
Returns the current user for this thread. |
WebADECurrentUserPermissions |
getCurrentUserPermissions()
Returns the current user for this thread. |
static WebADESecurityManager |
getWebADESecurityManager()
Returns the WebADESecurityManager singleton, or throws a Security exception if the requesting class is not permitted to access the security manager. |
void |
setCurrentUserCredentials(UserCredentials userCredentials)
Sets the current user for this thread. |
void |
setCurrentUserInfo(WebADEUserInfo userInfo)
Sets the current user for this thread. |
void |
setCurrentUserPermissions(WebADECurrentUserPermissions userPermissions)
Sets the current user for this thread. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WebADESecurityManager()
| Method Detail |
public static final WebADESecurityManager getWebADESecurityManager()
throws WebADESecurityException
WebADESecurityException - Thrown if the requesting class is not permitted to access
this method.
public UserCredentials getCurrentUserCredentials()
throws java.lang.SecurityException
java.lang.SecurityException - Thrown if called by a class that is not permitted to call
this method.
public void setCurrentUserCredentials(UserCredentials userCredentials)
throws java.lang.SecurityException
userCredentials - The thread's associated user's credentials object.
java.lang.SecurityException - Thrown if called by a class that is not permitted to call
this method.
public WebADECurrentUserPermissions getCurrentUserPermissions()
throws java.lang.SecurityException
java.lang.SecurityException - Thrown if called by a class that is not permitted to call
this method.
public void setCurrentUserPermissions(WebADECurrentUserPermissions userPermissions)
throws java.lang.SecurityException
userPermissions - The thread's associated user's permissions object.
java.lang.SecurityException - Thrown if called by a class that is not permitted to call
this method.
public WebADEUserInfo getCurrentUserInfo()
throws java.lang.SecurityException
java.lang.SecurityException - Thrown if called by a class that is not permitted to call
this method.
public void setCurrentUserInfo(WebADEUserInfo userInfo)
throws java.lang.SecurityException
userInfo - The thread's associated user's user info object.
java.lang.SecurityException - Thrown if called by a class that is not permitted to call
this method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||