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,
Claims claims) |
protected Claims |
getClaims(org.apache.ws.security.saml.ext.AssertionWrapper wrapper) |
org.apache.cxf.security.SecurityContext |
getSecurityContext(org.apache.cxf.message.Message message,
org.apache.ws.security.saml.ext.AssertionWrapper wrapper) |
protected Subject |
getSubject(org.apache.cxf.message.Message message,
org.apache.ws.security.saml.ext.AssertionWrapper wrapper,
Claims claims) |
protected String |
getSubjectPrincipalName(Subject subject,
Claims claims) |
public org.apache.cxf.security.SecurityContext getSecurityContext(org.apache.cxf.message.Message message,
org.apache.ws.security.saml.ext.AssertionWrapper wrapper)
getSecurityContext in interface SecurityContextProviderprotected Claims getClaims(org.apache.ws.security.saml.ext.AssertionWrapper wrapper)
protected Subject getSubject(org.apache.cxf.message.Message message, org.apache.ws.security.saml.ext.AssertionWrapper wrapper, Claims claims)
protected org.apache.cxf.security.SecurityContext doGetSecurityContext(org.apache.cxf.message.Message message,
Subject subject,
Claims claims)
Apache CXF