Uses of Enum Class
org.alfresco.repo.security.authentication.AuthenticationComponent.UserNameValidationMode
Packages that use AuthenticationComponent.UserNameValidationMode
-
Uses of AuthenticationComponent.UserNameValidationMode in org.alfresco.repo.security.authentication
Methods in org.alfresco.repo.security.authentication that return AuthenticationComponent.UserNameValidationModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AuthenticationComponent.UserNameValidationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.security.authentication with parameters of type AuthenticationComponent.UserNameValidationModeModifier and TypeMethodDescriptionnet.sf.acegisecurity.AuthenticationAbstractAuthenticationComponent.setCurrentUser(String userName, AuthenticationComponent.UserNameValidationMode validationMode) net.sf.acegisecurity.AuthenticationAbstractChainingAuthenticationComponent.setCurrentUser(String userName, AuthenticationComponent.UserNameValidationMode validationMode) net.sf.acegisecurity.AuthenticationAuthenticationComponent.setCurrentUser(String userName, AuthenticationComponent.UserNameValidationMode validationMode) Explicitly set the current user to be authenticated.