Uses of Class
org.rhq.enterprise.server.exception.LoginException

Packages that use LoginException
org.rhq.enterprise.server.auth   
org.rhq.enterprise.server.webservices   
 

Uses of LoginException in org.rhq.enterprise.server.auth
 

Methods in org.rhq.enterprise.server.auth that throw LoginException
 Subject SubjectManagerLocal.login(String username, String password)
           
 Subject SubjectManagerBean.login(String username, String password)
           
 Subject SubjectManagerRemote.login(String username, String password)
          Logs a user into the system.
 Subject SubjectManagerLocal.loginUnauthenticated(String user, boolean reattach)
          Logs in a user without performing any authentication.
 Subject SubjectManagerBean.loginUnauthenticated(String username, boolean reattach)
           
 Subject SubjectManagerLocal.processSubjectForLdap(Subject subject, String subjectPassword)
           
 Subject SubjectManagerBean.processSubjectForLdap(Subject subject, String subjectPassword)
          This method is applied to Subject instances that may require LDAP auth/authz processing.
 

Uses of LoginException in org.rhq.enterprise.server.webservices
 

Methods in org.rhq.enterprise.server.webservices that throw LoginException
 Subject WebservicesManagerBean.login(String username, String password)
           
 



Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.