public interface SSORealm
UserRealm| 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.
|
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.Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.