Class UserAccountControl
java.lang.Object
org.keycloak.storage.ldap.mappers.msad.UserAccountControl
See https://support.microsoft.com/en-us/kb/305144
- Author:
- Marek Posolda
-
Field Summary
Modifier and TypeFieldDescriptionstatic final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
-
Constructor Summary
-
Method Summary
-
Field Details
-
SCRIPT
public static final long SCRIPT- See Also:
-
ACCOUNTDISABLE
public static final long ACCOUNTDISABLE- See Also:
-
HOMEDIR_REQUIRED
public static final long HOMEDIR_REQUIRED- See Also:
-
LOCKOUT
public static final long LOCKOUT- See Also:
-
PASSWD_NOTREQD
public static final long PASSWD_NOTREQD- See Also:
-
PASSWD_CANT_CHANGE
public static final long PASSWD_CANT_CHANGE- See Also:
-
ENCRYPTED_TEXT_PWD_ALLOWED
public static final long ENCRYPTED_TEXT_PWD_ALLOWED- See Also:
-
TEMP_DUPLICATE_ACCOUNT
public static final long TEMP_DUPLICATE_ACCOUNT- See Also:
-
NORMAL_ACCOUNT
public static final long NORMAL_ACCOUNT- See Also:
-
INTERDOMAIN_TRUST_ACCOUNT
public static final long INTERDOMAIN_TRUST_ACCOUNT- See Also:
-
WORKSTATION_TRUST_ACCOUNT
public static final long WORKSTATION_TRUST_ACCOUNT- See Also:
-
SERVER_TRUST_ACCOUNT
public static final long SERVER_TRUST_ACCOUNT- See Also:
-
DONT_EXPIRE_PASSWORD
public static final long DONT_EXPIRE_PASSWORD- See Also:
-
MNS_LOGON_ACCOUNT
public static final long MNS_LOGON_ACCOUNT- See Also:
-
SMARTCARD_REQUIRED
public static final long SMARTCARD_REQUIRED- See Also:
-
TRUSTED_FOR_DELEGATION
public static final long TRUSTED_FOR_DELEGATION- See Also:
-
NOT_DELEGATED
public static final long NOT_DELEGATED- See Also:
-
USE_DES_KEY_ONLY
public static final long USE_DES_KEY_ONLY- See Also:
-
DONT_REQ_PREAUTH
public static final long DONT_REQ_PREAUTH- See Also:
-
PASSWORD_EXPIRED
public static final long PASSWORD_EXPIRED- See Also:
-
TRUSTED_TO_AUTH_FOR_DELEGATION
public static final long TRUSTED_TO_AUTH_FOR_DELEGATION- See Also:
-
PARTIAL_SECRETS_ACCOUNT
public static final long PARTIAL_SECRETS_ACCOUNT- See Also:
-
-
Constructor Details
-
UserAccountControl
public UserAccountControl(long value)
-
-
Method Details
-
has
public boolean has(long feature) -
add
public void add(long feature) -
remove
public void remove(long feature) -
getValue
public long getValue()
-