Uses of Enum Class
com.atlassian.confluence.security.login.LoginResult
Packages that use LoginResult
Package
Description
-
Uses of LoginResult in com.atlassian.confluence.impl.security.login
Methods in com.atlassian.confluence.impl.security.login that return LoginResultModifier and TypeMethodDescriptionDefaultLoginManager.authenticate
(String userName, String password) -
Uses of LoginResult in com.atlassian.confluence.security.login
Methods in com.atlassian.confluence.security.login that return LoginResultModifier and TypeMethodDescriptionLoginManager.authenticate
(String userName, String password) Try to authenticate a user given theuserName
andpassword
.static LoginResult
Returns the enum constant of this class with the specified name.static LoginResult[]
LoginResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.