Uses of Class
org.apache.directory.api.ldap.model.constants.SaslSecurityStrength
-
Packages that use SaslSecurityStrength Package Description org.apache.directory.api.ldap.model.constants org.apache.directory.ldap.client.api -
-
Uses of SaslSecurityStrength in org.apache.directory.api.ldap.model.constants
Methods in org.apache.directory.api.ldap.model.constants that return SaslSecurityStrength Modifier and Type Method Description static SaslSecurityStrengthSaslSecurityStrength. valueOf(String name)Returns the enum constant of this type with the specified name.static SaslSecurityStrength[]SaslSecurityStrength. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SaslSecurityStrength in org.apache.directory.ldap.client.api
Fields in org.apache.directory.ldap.client.api declared as SaslSecurityStrength Modifier and Type Field Description protected SaslSecurityStrengthAbstractSaslRequest. securityStrengthThe security strengthMethods in org.apache.directory.ldap.client.api that return SaslSecurityStrength Modifier and Type Method Description SaslSecurityStrengthAbstractSaslRequest. getSecurityStrength()Gets the security strength.SaslSecurityStrengthSaslRequest. getSecurityStrength()Gets the security strength.Methods in org.apache.directory.ldap.client.api with parameters of type SaslSecurityStrength Modifier and Type Method Description voidAbstractSaslRequest. setSecurityStrength(SaslSecurityStrength securityStrength)Sets the security strength.
-