public static enum AuthenticationComponent.UserNameValidationMode extends Enum<AuthenticationComponent.UserNameValidationMode>
Enum Constant and Description |
---|
CHECK |
CHECK_AND_FIX |
NONE |
Modifier and Type | Method and Description |
---|---|
static AuthenticationComponent.UserNameValidationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationComponent.UserNameValidationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationComponent.UserNameValidationMode NONE
public static final AuthenticationComponent.UserNameValidationMode CHECK
public static final AuthenticationComponent.UserNameValidationMode CHECK_AND_FIX
public static AuthenticationComponent.UserNameValidationMode[] values()
for (AuthenticationComponent.UserNameValidationMode c : AuthenticationComponent.UserNameValidationMode.values()) System.out.println(c);
public static AuthenticationComponent.UserNameValidationMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2017 Alfresco Software. All rights reserved.