Uses of Class
org.apache.cxf.rs.security.saml.assertion.Subject
Packages that use Subject
-
Uses of Subject in org.apache.cxf.rs.security.saml
Methods in org.apache.cxf.rs.security.saml that return SubjectModifier and TypeMethodDescriptionstatic SubjectSAMLUtils.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 SubjectModifier and TypeMethodDescriptionprotected SubjectSecurityContextProviderImpl.getSubject(org.apache.cxf.message.Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper, org.apache.cxf.rt.security.claims.ClaimCollection claims) SubjectPrincipal.getSubject()Methods in org.apache.cxf.rs.security.saml.authorization with parameters of type SubjectModifier and TypeMethodDescriptionprotected org.apache.cxf.security.SecurityContextSecurityContextProviderImpl.doGetSecurityContext(org.apache.cxf.message.Message message, Subject subject, org.apache.cxf.rt.security.claims.ClaimCollection claims) protected StringSecurityContextProviderImpl.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