Uses of Class
org.opends.server.types.AuthenticationType
-
Packages that use AuthenticationType Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.types Contains implementations for a number of Directory Server data types.org.opends.server.types.operation Contains a number of interfaces that are implemented by the various types of Directory Server operations. -
-
Uses of AuthenticationType in org.opends.server.core
Methods in org.opends.server.core that return AuthenticationType Modifier and Type Method Description AuthenticationType
BindOperation. getAuthenticationType()
-
Uses of AuthenticationType in org.opends.server.types
Methods in org.opends.server.types that return AuthenticationType Modifier and Type Method Description static AuthenticationType
AuthenticationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationType[]
AuthenticationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opends.server.types with parameters of type AuthenticationType Modifier and Type Method Description boolean
AuthenticationInfo. hasAuthenticationType(AuthenticationType authenticationType)
Indicates whether this client has authenticated using the specified authentication type. -
Uses of AuthenticationType in org.opends.server.types.operation
Methods in org.opends.server.types.operation that return AuthenticationType Modifier and Type Method Description AuthenticationType
PostOperationBindOperation. getAuthenticationType()
Retrieves the authentication type for this bind operation.AuthenticationType
PostResponseBindOperation. getAuthenticationType()
Retrieves the authentication type for this bind operation.AuthenticationType
PreOperationBindOperation. getAuthenticationType()
Retrieves the authentication type for this bind operation.AuthenticationType
PreParseBindOperation. getAuthenticationType()
Retrieves the authentication type for this bind operation.
-