|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.flashaccess.sdk.policy.ServerInfo com.adobe.flashaccess.sdk.policy.LicenseServerInfo
public class LicenseServerInfo
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,
java.lang.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 |
---|
public LicenseServerInfo(ServerInfo.AuthenticationType authType)
authType
- Specifies the type of authentication required for the license server.public LicenseServerInfo(ServerInfo.AuthenticationType authType, java.lang.String authNameQualifier)
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
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |