Class LDAPADUserAccountStatusInterpreter
java.lang.Object
org.alfresco.repo.security.sync.ldap.AbstractDirectoryServiceUserAccountStatusInterpreter
org.alfresco.repo.security.sync.ldap_ad.LDAPADUserAccountStatusInterpreter
public class LDAPADUserAccountStatusInterpreter
extends AbstractDirectoryServiceUserAccountStatusInterpreter
-
Field Summary
Fields inherited from class org.alfresco.repo.security.sync.ldap.AbstractDirectoryServiceUserAccountStatusInterpreter
USER_ACCOUNT_STATUS_NOT_NULL_MESSAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSpecify if the particular implementation ofAbstractDirectoryServiceUserAccountStatusInterpreter.isUserAccountDisabled(Serializable)will accept null.booleanisUserAccountDisabled(Serializable userAccountStatusValue) Check if directory server user account status is disabled.Methods inherited from class org.alfresco.repo.security.sync.ldap.AbstractDirectoryServiceUserAccountStatusInterpreter
checkForNullArgument
-
Constructor Details
-
LDAPADUserAccountStatusInterpreter
public LDAPADUserAccountStatusInterpreter()
-
-
Method Details
-
isUserAccountDisabled
Description copied from class:AbstractDirectoryServiceUserAccountStatusInterpreterCheck if directory server user account status is disabled.- Specified by:
isUserAccountDisabledin classAbstractDirectoryServiceUserAccountStatusInterpreter- Parameters:
userAccountStatusValue- value to interpret user account status from;- Returns:
- true if interpreted as disabled, false otherwise
-
acceptsNullArgument
public boolean acceptsNullArgument()Description copied from class:AbstractDirectoryServiceUserAccountStatusInterpreterSpecify if the particular implementation ofAbstractDirectoryServiceUserAccountStatusInterpreter.isUserAccountDisabled(Serializable)will accept null.- Specified by:
acceptsNullArgumentin classAbstractDirectoryServiceUserAccountStatusInterpreter- Returns:
- true if accepts null.
-