Uses of Class
org.apache.directory.api.ldap.model.exception.LdapTlsHandshakeFailCause.LdapApiReason
-
Packages that use LdapTlsHandshakeFailCause.LdapApiReason Package Description org.apache.directory.api.ldap.model.exception -
-
Uses of LdapTlsHandshakeFailCause.LdapApiReason in org.apache.directory.api.ldap.model.exception
Methods in org.apache.directory.api.ldap.model.exception that return LdapTlsHandshakeFailCause.LdapApiReason Modifier and Type Method Description static LdapTlsHandshakeFailCause.LdapApiReasonLdapTlsHandshakeFailCause.LdapApiReason. valueOf(String name)Returns the enum constant of this type with the specified name.static LdapTlsHandshakeFailCause.LdapApiReason[]LdapTlsHandshakeFailCause.LdapApiReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-