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(org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.auth.Principal principal)
          Creates a new principal (username and password) in the internal database.
 void SubjectManagerBean.createPrincipal(org.rhq.core.domain.auth.Subject whoami, org.rhq.core.domain.auth.Principal principal)
           
 void SubjectManagerLocal.createPrincipal(org.rhq.core.domain.auth.Subject subject, String username, String password)
          #see {@link SubjectManagerRemote#createPrincipal(Subject, String, String)
 void SubjectManagerRemote.createPrincipal(org.rhq.core.domain.auth.Subject subject, String username, String password)
          Creates a new principal (username and password) in the internal database.
 void SubjectManagerBean.createPrincipal(org.rhq.core.domain.auth.Subject whoami, String username, String password)
           
 org.rhq.core.domain.auth.Subject SubjectManagerLocal.createSubject(org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.auth.Subject subjectToCreate)
          #see {@link SubjectManagerRemote#createSubject(Subject, Subject)
 org.rhq.core.domain.auth.Subject SubjectManagerRemote.createSubject(org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.auth.Subject subjectToCreate)
          Create a a new subject.
 org.rhq.core.domain.auth.Subject SubjectManagerBean.createSubject(org.rhq.core.domain.auth.Subject whoami, org.rhq.core.domain.auth.Subject subject)
           
 org.rhq.core.domain.auth.Subject SubjectManagerLocal.createSubject(org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.auth.Subject subjectToCreate, String password)
          Creates a new subject, including their assigned roles, as well as an associated principal with the specified password.
 org.rhq.core.domain.auth.Subject SubjectManagerBean.createSubject(org.rhq.core.domain.auth.Subject whoami, org.rhq.core.domain.auth.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(org.rhq.core.domain.auth.Subject subject, String username, String password)
           
 org.rhq.core.domain.auth.Subject WebservicesManagerBean.createSubject(org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.auth.Subject subjectToCreate)
           
 



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