|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface for the implementor of role handler.
Method Summary | |
void |
logoff(SecurityContext context)
A role handler must implement a method that is called during logoff. |
void |
logon(SecurityContext context,
java.lang.String user,
java.lang.String password,
java.lang.Object object)
A role handler must implement a method that is called during logon. |
void |
signoff(SecurityContext context)
A role handler must implement a method that is called during signoff. |
void |
signon(SecurityContext context,
java.lang.String user,
java.lang.String password)
A role handler must implement a method that is called during signon. |
Method Detail |
public void logoff(SecurityContext context) throws DSESecurityException
context
- SecurityContext - the context.public void logon(SecurityContext context, java.lang.String user, java.lang.String password, java.lang.Object object) throws DSESecurityException
context
- SecurityContext - the context.user
- String - the user id.password
- String - the password.object
- Object - the data to pass to the role handler.public void signoff(SecurityContext context) throws DSESecurityException
context
- SecurityContext - the context.public void signon(SecurityContext context, java.lang.String user, java.lang.String password) throws DSESecurityException
context
- SecurityContext - the context.user
- String - the login user id.password
- String - the password.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |