public class SecurityContextProviderImpl extends Object implements SecurityContextProvider
| Constructor and Description |
|---|
SecurityContextProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected SecurityContext |
doGetSecurityContext(Message message,
Subject subject,
Claims claims) |
protected Claims |
getClaims(org.apache.ws.security.saml.ext.AssertionWrapper wrapper) |
SecurityContext |
getSecurityContext(Message message,
org.apache.ws.security.saml.ext.AssertionWrapper wrapper) |
protected Subject |
getSubject(Message message,
org.apache.ws.security.saml.ext.AssertionWrapper wrapper,
Claims claims) |
protected String |
getSubjectPrincipalName(Subject subject,
Claims claims) |
public SecurityContext getSecurityContext(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(Message message, org.apache.ws.security.saml.ext.AssertionWrapper wrapper, Claims claims)
protected SecurityContext doGetSecurityContext(Message message, Subject subject, Claims claims)
Apache CXF