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 LoginResultDefaultLoginManager. 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 LoginResultDefaultLoginManager. authenticate(String userName, String password)Deprecated.LoginResultLoginManager. authenticate(String userName, String password)Try to authenticate a user given theuserNameandpassword.static LoginResultLoginResult. 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.
-