org.mortbay.http
public interface SSORealm
Version: $Id: SSORealm.java,v 1.4 2004/05/09 20:31:40 gregwilkins Exp $
See Also: UserRealm
Method Summary | |
---|---|
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.
|
Parameters: username The user to clear.
Parameters: request The request to SSO. response The response to SSO.
Returns: A credential if available for SSO authenticated requests.
Parameters: request The authenticated request. response The authenticated response/ principal The principal that has been authenticated. credential The credentials used to authenticate.