Uses of Class
com.atlassian.confluence.security.login.LoginResult
-
Packages that use LoginResult Package Description com.atlassian.confluence.impl.security.login com.atlassian.confluence.security.login -
-
Uses of LoginResult in com.atlassian.confluence.impl.security.login
Methods in com.atlassian.confluence.impl.security.login that return LoginResult Modifier and Type Method Description LoginResult
DefaultLoginManager. authenticate(String userName, String password)
-
Uses of LoginResult in com.atlassian.confluence.security.login
Methods in com.atlassian.confluence.security.login that return LoginResult Modifier and Type Method Description LoginResult
LoginManager. authenticate(String userName, String password)
Try to authenticate a user given theuserName
andpassword
.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.
-