Class UserAccountControl
- java.lang.Object
- 
- org.keycloak.storage.ldap.mappers.msad.UserAccountControl
 
- 
 public class UserAccountControl extends Object See https://support.microsoft.com/en-us/kb/305144- Author:
- Marek Posolda
 
- 
- 
Field SummaryFields Modifier and Type Field Description static longACCOUNTDISABLEstatic longDONT_EXPIRE_PASSWORDstatic longDONT_REQ_PREAUTHstatic longENCRYPTED_TEXT_PWD_ALLOWEDstatic longHOMEDIR_REQUIREDstatic longINTERDOMAIN_TRUST_ACCOUNTstatic longLOCKOUTstatic longMNS_LOGON_ACCOUNTstatic longNORMAL_ACCOUNTstatic longNOT_DELEGATEDstatic longPARTIAL_SECRETS_ACCOUNTstatic longPASSWD_CANT_CHANGEstatic longPASSWD_NOTREQDstatic longPASSWORD_EXPIREDstatic longSCRIPTstatic longSERVER_TRUST_ACCOUNTstatic longSMARTCARD_REQUIREDstatic longTEMP_DUPLICATE_ACCOUNTstatic longTRUSTED_FOR_DELEGATIONstatic longTRUSTED_TO_AUTH_FOR_DELEGATIONstatic longUSE_DES_KEY_ONLYstatic longWORKSTATION_TRUST_ACCOUNT
 - 
Constructor SummaryConstructors Constructor Description UserAccountControl(long value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(long feature)longgetValue()booleanhas(long feature)voidremove(long feature)
 
- 
- 
- 
Field Detail- 
SCRIPTpublic static final long SCRIPT - See Also:
- Constant Field Values
 
 - 
ACCOUNTDISABLEpublic static final long ACCOUNTDISABLE - See Also:
- Constant Field Values
 
 - 
HOMEDIR_REQUIREDpublic static final long HOMEDIR_REQUIRED - See Also:
- Constant Field Values
 
 - 
LOCKOUTpublic static final long LOCKOUT - See Also:
- Constant Field Values
 
 - 
PASSWD_NOTREQDpublic static final long PASSWD_NOTREQD - See Also:
- Constant Field Values
 
 - 
PASSWD_CANT_CHANGEpublic static final long PASSWD_CANT_CHANGE - See Also:
- Constant Field Values
 
 - 
ENCRYPTED_TEXT_PWD_ALLOWEDpublic static final long ENCRYPTED_TEXT_PWD_ALLOWED - See Also:
- Constant Field Values
 
 - 
TEMP_DUPLICATE_ACCOUNTpublic static final long TEMP_DUPLICATE_ACCOUNT - See Also:
- Constant Field Values
 
 - 
NORMAL_ACCOUNTpublic static final long NORMAL_ACCOUNT - See Also:
- Constant Field Values
 
 - 
INTERDOMAIN_TRUST_ACCOUNTpublic static final long INTERDOMAIN_TRUST_ACCOUNT - See Also:
- Constant Field Values
 
 - 
WORKSTATION_TRUST_ACCOUNTpublic static final long WORKSTATION_TRUST_ACCOUNT - See Also:
- Constant Field Values
 
 - 
SERVER_TRUST_ACCOUNTpublic static final long SERVER_TRUST_ACCOUNT - See Also:
- Constant Field Values
 
 - 
DONT_EXPIRE_PASSWORDpublic static final long DONT_EXPIRE_PASSWORD - See Also:
- Constant Field Values
 
 - 
MNS_LOGON_ACCOUNTpublic static final long MNS_LOGON_ACCOUNT - See Also:
- Constant Field Values
 
 - 
SMARTCARD_REQUIREDpublic static final long SMARTCARD_REQUIRED - See Also:
- Constant Field Values
 
 - 
TRUSTED_FOR_DELEGATIONpublic static final long TRUSTED_FOR_DELEGATION - See Also:
- Constant Field Values
 
 - 
NOT_DELEGATEDpublic static final long NOT_DELEGATED - See Also:
- Constant Field Values
 
 - 
USE_DES_KEY_ONLYpublic static final long USE_DES_KEY_ONLY - See Also:
- Constant Field Values
 
 - 
DONT_REQ_PREAUTHpublic static final long DONT_REQ_PREAUTH - See Also:
- Constant Field Values
 
 - 
PASSWORD_EXPIREDpublic static final long PASSWORD_EXPIRED - See Also:
- Constant Field Values
 
 - 
TRUSTED_TO_AUTH_FOR_DELEGATIONpublic static final long TRUSTED_TO_AUTH_FOR_DELEGATION - See Also:
- Constant Field Values
 
 - 
PARTIAL_SECRETS_ACCOUNTpublic static final long PARTIAL_SECRETS_ACCOUNT - See Also:
- Constant Field Values
 
 
- 
 
-