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 Constructor Description LDAPADUserAccountStatusInterpreter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanacceptsNullArgument()Specify if the particular implementation ofAbstractDirectoryServiceUserAccountStatusInterpreter.isUserAccountDisabled(Serializable)will accept null.booleanisUserAccountDisabled(java.io.Serializable userAccountStatusValue)Check if directory server user account status is disabled.-
Methods inherited from class org.alfresco.repo.security.sync.ldap.AbstractDirectoryServiceUserAccountStatusInterpreter
checkForNullArgument
-
-
-
-
Method Detail
-
isUserAccountDisabled
public boolean isUserAccountDisabled(java.io.Serializable userAccountStatusValue)
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.
-
-