| Modifier and Type | Field and Description |
|---|---|
static String |
SSO_COOKIE_NAME |
| Constructor and Description |
|---|
HashSSORealm() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final String SSO_COOKIE_NAME
public Credential getSingleSignOn(Request request, Response response)
SSORealmgetSingleSignOn in interface SSORealmrequest - The request to SSO.response - The response to SSO.public void setSingleSignOn(Request request, Response response, Principal principal, Credential credential)
SSORealmsetSingleSignOn in interface SSORealmrequest - The authenticated request.response - The authenticated response/principal - The principal that has been authenticated.credential - The credentials used to authenticate.public void clearSingleSignOn(String username)
SSORealmclearSingleSignOn in interface SSORealmusername - The user to clear.Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.