public class SingleSignOnEntry
extends org.apache.catalina.authenticator.SingleSignOnEntry
SingleSignOn| Constructor and Description |
|---|
SingleSignOnEntry(Principal principal,
String authType,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
updateCredentials(Principal principal,
String authType,
String username,
String password) |
boolean |
updateCredentials2(Principal principal,
String authType,
String username,
String password)
Updates the SingleSignOnEntry to reflect the latest security information associated with the caller.
|
public void updateCredentials(Principal principal, String authType, String username, String password)
updateCredentials in class org.apache.catalina.authenticator.SingleSignOnEntrypublic boolean updateCredentials2(Principal principal, String authType, String username, String password)
principal - the Principal returned by the latest call to Realm.authenticate.authType - the type of authenticator used (BASIC, CLIENT-CERT, DIGEST or FORM)username - the username (if any) used for the authenticationpassword - the password (if any) used for the authenticationCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.