public class SecurityContextProviderImpl extends Object implements SecurityContextProvider
| Constructor and Description |
|---|
SecurityContextProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.cxf.security.SecurityContext |
doGetSecurityContext(org.apache.cxf.message.Message message,
Subject subject,
org.apache.cxf.rt.security.claims.ClaimCollection claims) |
protected org.apache.cxf.rt.security.claims.ClaimCollection |
getClaims(org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper) |
org.apache.cxf.security.SecurityContext |
getSecurityContext(org.apache.cxf.message.Message message,
org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper) |
protected Subject |
getSubject(org.apache.cxf.message.Message message,
org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper,
org.apache.cxf.rt.security.claims.ClaimCollection claims) |
protected String |
getSubjectPrincipalName(Subject subject,
org.apache.cxf.rt.security.claims.ClaimCollection claims) |
public org.apache.cxf.security.SecurityContext getSecurityContext(org.apache.cxf.message.Message message,
org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)
getSecurityContext in interface SecurityContextProviderprotected org.apache.cxf.rt.security.claims.ClaimCollection getClaims(org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)
protected Subject getSubject(org.apache.cxf.message.Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper, org.apache.cxf.rt.security.claims.ClaimCollection claims)
protected org.apache.cxf.security.SecurityContext doGetSecurityContext(org.apache.cxf.message.Message message,
Subject subject,
org.apache.cxf.rt.security.claims.ClaimCollection claims)
Apache CXF