org.alfresco.repo.security.authentication
Class AuthenticationComponent.UserNameValidationMode

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.security.authentication.AuthenticationComponent.UserNameValidationMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
AuthenticationComponent

public static final class AuthenticationComponent.UserNameValidationMode
extends java.lang.Enum

See Also:
Serialized Form

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

NONE

public static final AuthenticationComponent.UserNameValidationMode NONE

CHECK

public static final AuthenticationComponent.UserNameValidationMode CHECK

CHECK_AND_FIX

public static final AuthenticationComponent.UserNameValidationMode CHECK_AND_FIX
Method Detail

values

public static AuthenticationComponent.UserNameValidationMode[] values()

valueOf

public static AuthenticationComponent.UserNameValidationMode valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.