Uses of Class
org.apache.cxf.rs.security.saml.assertion.Subject
-
Packages that use Subject Package Description 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 Modifier and Type Method Description static SubjectSAMLUtils. 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 Modifier and Type Method Description protected SubjectSecurityContextProviderImpl. getSubject(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper, ClaimCollection claims)SubjectSubjectPrincipal. getSubject()Methods in org.apache.cxf.rs.security.saml.authorization with parameters of type Subject Modifier and Type Method Description protected SecurityContextSecurityContextProviderImpl. doGetSecurityContext(Message message, Subject subject, ClaimCollection claims)protected StringSecurityContextProviderImpl. getSubjectPrincipalName(Subject subject, ClaimCollection claims)Constructors in org.apache.cxf.rs.security.saml.authorization with parameters of type Subject Constructor Description SubjectPrincipal(String principalName, Subject subject)
-