ServerSession.AuthenticationMethod |
LocalServerSession.getAuthenticationMethod() |
Obtain method that was used to authenticate this session.
|
ServerSession.AuthenticationMethod |
RemoteIncomingServerSession.getAuthenticationMethod() |
|
ServerSession.AuthenticationMethod |
RemoteOutgoingServerSession.getAuthenticationMethod() |
|
ServerSession.AuthenticationMethod |
ServerSession.getAuthenticationMethod() |
Obtain method that was used to authenticate this session.
|
static ServerSession.AuthenticationMethod |
ServerSession.AuthenticationMethod.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ServerSession.AuthenticationMethod[] |
ServerSession.AuthenticationMethod.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|