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

String getCluster()
Get the AutoLoginToken cluster name.

Returns:
the AutoLoginToken cluster name.
Since:
1.0

getSecurityDomain

String getSecurityDomain()
Get the AutoLoginToken security domain name.

Returns:
the AutoLoginToken security domain name.
Since:
1.0

getCredentialToken

String getCredentialToken()
Get the AutoLoginToken credential token.

Returns:
the AutoLoginToken credential token.
Since:
1.0


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.