Apache CXF API

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(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(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper, ClaimCollection claims)
           
 

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

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


Apache CXF API

Apache CXF