|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.web.tomcat.service.sso.spi.SSOCredentials
public class SSOCredentials
Authentication credentials for an SSO.
Constructor Summary | |
---|---|
SSOCredentials(String authType,
String username,
String password)
Creates a new SSOCredentials. |
Method Summary | |
---|---|
String |
getAuthType()
Gets the authorization method used to authorize the SSO. |
String |
getPassword()
Gets the password of the user associated with the SSO. |
String |
getUsername()
Gets the username of the user associated with the SSO. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSOCredentials(String authType, String username, String password)
authType
- The authorization method used to authorize the
SSO (BASIC, CLIENT-CERT, DIGEST, FORM or NONE).username
- The username of the user associated with the SSOpassword
- The password of the user associated with the SSOMethod Detail |
---|
public String getUsername()
public String getAuthType()
public String getPassword()
null
if the authorization
type was DIGEST or CLIENT-CERT.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |