|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SSORealm
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(String username)
Clear SSO for user. |
Credential |
getSingleSignOn(Request request,
Response response)
Get SSO credentials. |
void |
setSingleSignOn(Request request,
Response response,
Principal principal,
Credential credential)
Set SSO principal and credential. |
Method Detail |
---|
Credential getSingleSignOn(Request request, Response response)
request
- The request to SSO.response
- The response to SSO.
void setSingleSignOn(Request request, Response response, Principal principal, Credential credential)
request
- The authenticated request.response
- The authenticated response/principal
- The principal that has been authenticated.credential
- The credentials used to authenticate.void clearSingleSignOn(String username)
username
- The user to clear.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |