org.jboss.web.tomcat.tc5.sso
Class TreeCacheSSOClusterManager.SSOCredentials

java.lang.Object
  extended byorg.jboss.web.tomcat.tc5.sso.TreeCacheSSOClusterManager.SSOCredentials
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TreeCacheSSOClusterManager (src)

public static class TreeCacheSSOClusterManager.SSOCredentials
extends java.lang.Object
implements java.io.Serializable

Private class used to store authentication credentials in the TreeCache.

For security, password accessor is private.

See Also:
Serialized Form

Method Summary
 java.lang.String getAuthType()
          Gets the authorization method used to authorize the SSO.
 java.lang.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
 

Method Detail

getUsername

public java.lang.String getUsername()
Gets the username of the user associated with the SSO.

Returns:
the username

getAuthType

public java.lang.String getAuthType()
Gets the authorization method used to authorize the SSO.

Returns:
"BASIC", "CLIENT-CERT", "DIGEST" or "FORM"