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