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