public abstract class AbstractDirectoryServiceUserAccountStatusInterpreter extends Object
Modifier and Type | Field and Description |
---|---|
static String |
USER_ACCOUNT_STATUS_NOT_NULL_MESSAGE |
Constructor and Description |
---|
AbstractDirectoryServiceUserAccountStatusInterpreter() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
acceptsNullArgument()
Specify if the particular implementation of
isUserAccountDisabled(Serializable)
will accept null. |
protected void |
checkForNullArgument(Serializable arg) |
abstract boolean |
isUserAccountDisabled(Serializable userAccountStatusValue)
Check if directory server user account status is disabled.
|
public static final String USER_ACCOUNT_STATUS_NOT_NULL_MESSAGE
public AbstractDirectoryServiceUserAccountStatusInterpreter()
protected void checkForNullArgument(Serializable arg)
public abstract boolean isUserAccountDisabled(Serializable userAccountStatusValue) throws IllegalArgumentException
userAccountStatusValue
- value to interpret user account status from;IllegalArgumentException
public abstract boolean acceptsNullArgument()
isUserAccountDisabled(Serializable)
will accept null.Copyright © 2005–2017 Alfresco Software. All rights reserved.