Package | Description |
---|---|
org.alfresco.repo.security.authentication |
Modifier and Type | Method and Description |
---|---|
static AuthenticationComponent.UserNameValidationMode |
AuthenticationComponent.UserNameValidationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationComponent.UserNameValidationMode[] |
AuthenticationComponent.UserNameValidationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
net.sf.acegisecurity.Authentication |
AbstractAuthenticationComponent.setCurrentUser(String userName,
AuthenticationComponent.UserNameValidationMode validationMode) |
net.sf.acegisecurity.Authentication |
AuthenticationComponent.setCurrentUser(String userName,
AuthenticationComponent.UserNameValidationMode validationMode)
Explicitly set the current user to be authenticated.
|
net.sf.acegisecurity.Authentication |
AbstractChainingAuthenticationComponent.setCurrentUser(String userName,
AuthenticationComponent.UserNameValidationMode validationMode) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.