Package | Description |
---|---|
com.atlassian.confluence.security.login |
Modifier and Type | Method and Description |
---|---|
LoginResult |
LoginManager.authenticate(String userName,
String password)
Try to authenticate a user given the
userName and password . |
LoginResult |
DefaultLoginManager.authenticate(String userName,
String password)
Try to authenticate a user given the
userName and password . |
static LoginResult |
LoginResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoginResult[] |
LoginResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2003–2015 Atlassian. All rights reserved.