com.adobe.flashaccess.sdk.policy
Class ServerInfo

java.lang.Object
  extended by com.adobe.flashaccess.sdk.policy.ServerInfo
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
LicenseServerInfo

public abstract class ServerInfo
extends java.lang.Object
implements java.lang.Cloneable

This class contains information needed by clients attempting to connect to a server, including authentication information.


Nested Class Summary
static class ServerInfo.AuthenticationType
          Specifies the type of authentication required for the server
 
Method Summary
 ServerInfo.AuthenticationType getAuthenticationType()
          Retrieves the type of authentication required for the server.
 java.lang.String getAuthNameQualifier()
          Retrieves the authentication name qualifier.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAuthNameQualifier

public java.lang.String getAuthNameQualifier()
Retrieves the authentication name qualifier. A non-null value indicates that username/password authentication will be used, and the user must provide a user name and password for the specified authentication namespace.

Returns:
The authentication name qualifier, if UsernamePassword authentication is being used.

getAuthenticationType

public ServerInfo.AuthenticationType getAuthenticationType()
Retrieves the type of authentication required for the server.

Returns:
The authentication type.


[an error occurred while processing this directive] [an error occurred while processing this directive]