Uses of Class
org.apache.cxf.rs.security.saml.assertion.Subject

Packages that use Subject
org.apache.cxf.rs.security.saml   
org.apache.cxf.rs.security.saml.authorization   
 

Uses of Subject in org.apache.cxf.rs.security.saml
 

Methods in org.apache.cxf.rs.security.saml that return Subject
static Subject SAMLUtils.getSubject(org.apache.cxf.message.Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper assertionW)
           
 

Uses of Subject in org.apache.cxf.rs.security.saml.authorization
 

Methods in org.apache.cxf.rs.security.saml.authorization that return Subject
 Subject SubjectPrincipal.getSubject()
           
protected  Subject SecurityContextProviderImpl.getSubject(org.apache.cxf.message.Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper, org.apache.cxf.rt.security.claims.ClaimCollection claims)
           
 

Methods in org.apache.cxf.rs.security.saml.authorization with parameters of type Subject
protected  org.apache.cxf.security.SecurityContext SecurityContextProviderImpl.doGetSecurityContext(org.apache.cxf.message.Message message, Subject subject, org.apache.cxf.rt.security.claims.ClaimCollection claims)
           
protected  String SecurityContextProviderImpl.getSubjectPrincipalName(Subject subject, org.apache.cxf.rt.security.claims.ClaimCollection claims)
           
 

Constructors in org.apache.cxf.rs.security.saml.authorization with parameters of type Subject
SubjectPrincipal(String principalName, Subject subject)
           
 



Apache CXF