Uses of Class
com.atlassian.confluence.security.login.LoginResult

Packages that use LoginResult
com.atlassian.confluence.security.login   
 

Uses of LoginResult in com.atlassian.confluence.security.login
 

Methods in com.atlassian.confluence.security.login that return LoginResult
 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-2011 Atlassian. All Rights Reserved.