|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.flashaccess.sdk.policy.ServerInfo
public abstract class ServerInfo
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 |
|---|
public java.lang.String getAuthNameQualifier()
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.
public ServerInfo.AuthenticationType getAuthenticationType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||