Uses of Class
org.alfresco.utility.data.auth.DataKerberos.UserAccountControlValue
-
Packages that use DataKerberos.UserAccountControlValue Package Description org.alfresco.utility.data.auth -
-
Uses of DataKerberos.UserAccountControlValue in org.alfresco.utility.data.auth
Methods in org.alfresco.utility.data.auth that return DataKerberos.UserAccountControlValue Modifier and Type Method Description static DataKerberos.UserAccountControlValueDataKerberos.UserAccountControlValue. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataKerberos.UserAccountControlValue[]DataKerberos.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 DataKerberos.UserAccountControlValue Modifier and Type Method Description DataKerberos.BuilderDataKerberos.Builder. assertUserIsDisabled(UserModel user, DataKerberos.UserAccountControlValue userAccountControlValue)DataKerberos.BuilderDataKerberos.Builder. assertUserIsEnabled(UserModel user, DataKerberos.UserAccountControlValue userAccountControlValue)
-