|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
org.alfresco.repo.security.authentication.AuthenticationComponent.UserNameValidationMode
public static final class AuthenticationComponent.UserNameValidationMode
Field Summary | |
---|---|
static AuthenticationComponent.UserNameValidationMode |
CHECK
|
static AuthenticationComponent.UserNameValidationMode |
CHECK_AND_FIX
|
static AuthenticationComponent.UserNameValidationMode |
NONE
|
Method Summary | |
---|---|
static AuthenticationComponent.UserNameValidationMode |
valueOf(java.lang.String name)
|
static AuthenticationComponent.UserNameValidationMode[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final AuthenticationComponent.UserNameValidationMode NONE
public static final AuthenticationComponent.UserNameValidationMode CHECK
public static final AuthenticationComponent.UserNameValidationMode CHECK_AND_FIX
Method Detail |
---|
public static AuthenticationComponent.UserNameValidationMode[] values()
public static AuthenticationComponent.UserNameValidationMode valueOf(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |