public class LDAPUserAccountStatusInterpreter extends AbstractDirectoryServiceUserAccountStatusInterpreter
USER_ACCOUNT_STATUS_NOT_NULL_MESSAGE
Constructor and Description |
---|
LDAPUserAccountStatusInterpreter() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsNullArgument()
Specify if the particular implementation of
AbstractDirectoryServiceUserAccountStatusInterpreter.isUserAccountDisabled(Serializable)
will accept null. |
boolean |
isUserAccountDisabled(Serializable userAccountStatus)
Check if directory server user account status is disabled.
|
void |
setAcceptNullArgument(boolean acceptNullArgument) |
void |
setDisabledAccountPropertyValue(String disabledAccountPropertyValue) |
checkForNullArgument
public void setDisabledAccountPropertyValue(String disabledAccountPropertyValue)
public void setAcceptNullArgument(boolean acceptNullArgument)
public boolean isUserAccountDisabled(Serializable userAccountStatus)
AbstractDirectoryServiceUserAccountStatusInterpreter
isUserAccountDisabled
in class AbstractDirectoryServiceUserAccountStatusInterpreter
userAccountStatus
- value to interpret user account status from;public boolean acceptsNullArgument()
AbstractDirectoryServiceUserAccountStatusInterpreter
AbstractDirectoryServiceUserAccountStatusInterpreter.isUserAccountDisabled(Serializable)
will accept null.acceptsNullArgument
in class AbstractDirectoryServiceUserAccountStatusInterpreter
Copyright © 2005–2017 Alfresco Software. All rights reserved.