Uses of Class
org.alfresco.utility.data.auth.DataLDAP.UserAccountControlValue
-
Packages that use DataLDAP.UserAccountControlValue Package Description org.alfresco.utility.data.auth -
-
Uses of DataLDAP.UserAccountControlValue in org.alfresco.utility.data.auth
Methods in org.alfresco.utility.data.auth that return DataLDAP.UserAccountControlValue Modifier and Type Method Description static DataLDAP.UserAccountControlValueDataLDAP.UserAccountControlValue. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataLDAP.UserAccountControlValue[]DataLDAP.UserAccountControlValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.utility.data.auth with parameters of type DataLDAP.UserAccountControlValue Modifier and Type Method Description DataLDAP.BuilderDataLDAP.Builder. assertUserIsDisabled(UserModel user, DataLDAP.UserAccountControlValue userAccountControlValue)DataLDAP.BuilderDataLDAP.Builder. assertUserIsEnabled(UserModel user, DataLDAP.UserAccountControlValue userAccountControlValue)
-