Uses of Class
org.opends.server.util.SchemaUtils.PasswordType
-
Packages that use SchemaUtils.PasswordType Package Description org.opends.server.util Contains implementations for various Directory Server utility classes and methods which may be used throughout the server but do not necessarily fit in elsewhere. -
-
Uses of SchemaUtils.PasswordType in org.opends.server.util
Methods in org.opends.server.util that return SchemaUtils.PasswordType Modifier and Type Method Description static SchemaUtils.PasswordType
SchemaUtils. checkPasswordType(AttributeType attrType)
Checks if the provided attribute type contains a password.static SchemaUtils.PasswordType
SchemaUtils.PasswordType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchemaUtils.PasswordType[]
SchemaUtils.PasswordType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-