Class SecurityContextProviderImpl
java.lang.Object
org.apache.cxf.rs.security.saml.authorization.SecurityContextProviderImpl
- All Implemented Interfaces:
SecurityContextProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.cxf.security.SecurityContextdoGetSecurityContext(org.apache.cxf.message.Message message, Subject subject, org.apache.cxf.rt.security.claims.ClaimCollection claims) protected org.apache.cxf.rt.security.claims.ClaimCollectiongetClaims(org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper) org.apache.cxf.security.SecurityContextgetSecurityContext(org.apache.cxf.message.Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper) protected SubjectgetSubject(org.apache.cxf.message.Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper, org.apache.cxf.rt.security.claims.ClaimCollection claims) protected StringgetSubjectPrincipalName(Subject subject, org.apache.cxf.rt.security.claims.ClaimCollection claims)
-
Constructor Details
-
SecurityContextProviderImpl
public SecurityContextProviderImpl()
-
-
Method Details
-
getSecurityContext
public org.apache.cxf.security.SecurityContext getSecurityContext(org.apache.cxf.message.Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper) - Specified by:
getSecurityContextin interfaceSecurityContextProvider
-
getClaims
protected org.apache.cxf.rt.security.claims.ClaimCollection getClaims(org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper) -
getSubject
protected Subject getSubject(org.apache.cxf.message.Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper, org.apache.cxf.rt.security.claims.ClaimCollection claims) -
doGetSecurityContext
protected org.apache.cxf.security.SecurityContext doGetSecurityContext(org.apache.cxf.message.Message message, Subject subject, org.apache.cxf.rt.security.claims.ClaimCollection claims) -
getSubjectPrincipalName
-