public interface SSORealm
UserRealm| Modifier and Type | Method and Description |
|---|---|
void |
clearSingleSignOn(String username)
Clear SSO for user.
|
Credential |
getSingleSignOn(HttpRequest request,
HttpResponse response)
Get SSO credentials.
|
void |
setSingleSignOn(HttpRequest request,
HttpResponse response,
Principal principal,
Credential credential)
Set SSO principal and credential.
|
Credential getSingleSignOn(HttpRequest request, HttpResponse response)
request - The request to SSO.response - The response to SSO.void setSingleSignOn(HttpRequest request, HttpResponse 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 © 2016. All Rights Reserved.