com.cafesoft.cams.auth
Interface AutoLoginToken


public interface AutoLoginToken

Object representation of the auto-login token. This object stores the pertinant information such as the cluster name, security domain name, and the actual auto-login token.

Since:
10/27/04

Method Summary
 String getCluster()
          Get the AutoLoginToken cluster name.
 String getCredentialToken()
          Get the AutoLoginToken credential token.
 String getSecurityDomain()
          Get the AutoLoginToken security domain name.
 

Method Detail

getCluster

public String getCluster()
Get the AutoLoginToken cluster name.

Returns:
the AutoLoginToken cluster name.
Since:
1.0

getSecurityDomain

public String getSecurityDomain()
Get the AutoLoginToken security domain name.

Returns:
the AutoLoginToken security domain name.
Since:
1.0

getCredentialToken

public String getCredentialToken()
Get the AutoLoginToken credential token.

Returns:
the AutoLoginToken credential token.
Since:
1.0


Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.