|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Single Sign On Realm. This interface is a mix-in interface for the UserRealm interface. If an implementation of UserRealm also implements SSORealm, then single signon is supported for that realm.
UserRealm
Method Summary | |
void |
clearSingleSignOn(java.lang.String username)
Clear SSO for user. |
Credential |
getSingleSignOn(HttpRequest request,
HttpResponse response)
Get SSO credentials. |
void |
setSingleSignOn(HttpRequest request,
HttpResponse response,
UserPrincipal principal,
Credential credential)
Set SSO principal and credential. |
Method Detail |
public Credential getSingleSignOn(HttpRequest request, HttpResponse response)
request
- The request to SSO.response
- The response to SSO.
public void setSingleSignOn(HttpRequest request, HttpResponse response, UserPrincipal principal, Credential credential)
request
- The authenticated request.response
- The authenticated response/principal
- The principal that has been authenticated.credential
- The credentials used to authenticate.public void clearSingleSignOn(java.lang.String username)
username
- The user to clear.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |