com.adobe.flashaccess.sdk.policy
Class ServerInfo.AuthenticationType

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.flashaccess.sdk.policy.ServerInfo.AuthenticationType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
ServerInfo

public static final class ServerInfo.AuthenticationType
extends java.lang.Enum

Specifies the type of authentication required for the server

See Also:
Serialized Form

Field Summary
static ServerInfo.AuthenticationType Anonymous
          Anonymous access is permitted (no authentication)
static ServerInfo.AuthenticationType Custom
          Indicates a custom authentication mechanism is used
static ServerInfo.AuthenticationType UsernamePassword
          Username/password authentication is required
 
Method Summary
static ServerInfo.AuthenticationType valueOf(java.lang.String name)
           
static ServerInfo.AuthenticationType[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Anonymous

public static final ServerInfo.AuthenticationType Anonymous
Anonymous access is permitted (no authentication)


UsernamePassword

public static final ServerInfo.AuthenticationType UsernamePassword
Username/password authentication is required


Custom

public static final ServerInfo.AuthenticationType Custom
Indicates a custom authentication mechanism is used

Method Detail

values

public static ServerInfo.AuthenticationType[] values()

valueOf

public static ServerInfo.AuthenticationType valueOf(java.lang.String name)


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