| 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 |
AbstractChainingAuthenticationComponent.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.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.