com.crystaldecisions.sdk.framework
Interface ITrustedPrincipal

All Superinterfaces:
java.security.Principal

public interface ITrustedPrincipal
extends java.security.Principal

This interface represents a trusted principal object. A trusted principal allows you to log on to the Central Management Server without a password, provided that a valid configuration file exists on the client machine. This is known as trusted authentication.

The following conditions apply for the configuration file:


Method Summary
 java.lang.String getCMSName()
           Returns the CMS name.
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Method Detail

getCMSName

public java.lang.String getCMSName()

Returns the CMS name.

Returns:
A String that indicates the CMS name.