com.adobe.flashaccess.sdk.policy
Class LicenseServerInfo

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

public class LicenseServerInfo
extends ServerInfo

This class contains information needed by clients attempting to connect to a license server.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.adobe.flashaccess.sdk.policy.ServerInfo
ServerInfo.AuthenticationType
 
Constructor Summary
LicenseServerInfo(ServerInfo.AuthenticationType authType)
          This constructor sets the license server information.
LicenseServerInfo(ServerInfo.AuthenticationType authType, String authNameQualifier)
          This constructor sets the license server information.
 
Method Summary
 
Methods inherited from class com.adobe.flashaccess.sdk.policy.ServerInfo
getAuthenticationType, getAuthNameQualifier
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseServerInfo

public LicenseServerInfo(ServerInfo.AuthenticationType authType)
This constructor sets the license server information.

Parameters:
authType - Specifies the type of authentication required for the license server.

LicenseServerInfo

public LicenseServerInfo(ServerInfo.AuthenticationType authType,
                         String authNameQualifier)
This constructor sets the license server information.

Parameters:
authType - Specifies the type of authentication required for the license server.
authNameQualifier - If authType is AuthenticationType.UsernamePassword, this parameter specifies an optional name qualifier for authentication, meaning the user must provide a user name and password for the specified authentication namespace. This parameter is ignored for other values of authType.


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