Uses of Class
org.rhq.enterprise.server.auth.SubjectException

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

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

Methods in org.rhq.enterprise.server.auth that throw SubjectException
 void SubjectManagerLocal.createPrincipal(Subject subject, Principal principal)
          Creates a new principal (username and password) in the internal database.
 void SubjectManagerBean.createPrincipal(Subject whoami, Principal principal)
           
 void SubjectManagerLocal.createPrincipal(Subject subject, String username, String password)
          #see {@link SubjectManagerRemote#createPrincipal(Subject, String, String)
 void SubjectManagerBean.createPrincipal(Subject whoami, String username, String password)
           
 void SubjectManagerRemote.createPrincipal(Subject subject, String username, String password)
          Creates a new principal (username and password) in the internal database.
 Subject SubjectManagerLocal.createSubject(Subject subject, Subject subjectToCreate)
          #see {@link SubjectManagerRemote#createSubject(Subject, Subject)
 Subject SubjectManagerBean.createSubject(Subject whoami, Subject subject)
           
 Subject SubjectManagerRemote.createSubject(Subject subject, Subject subjectToCreate)
          Create a a new subject.
 Subject SubjectManagerLocal.createSubject(Subject subject, Subject subjectToCreate, String password)
          Creates a new subject, including their assigned roles, as well as an associated principal with the specified password.
 Subject SubjectManagerBean.createSubject(Subject whoami, Subject subjectToCreate, String password)
           
 

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

Methods in org.rhq.enterprise.server.webservices that throw SubjectException
 void WebservicesManagerBean.createPrincipal(Subject subject, String username, String password)
           
 Subject WebservicesManagerBean.createSubject(Subject subject, Subject subjectToCreate)
           
 



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