org.apache.cxf.rs.security.saml.authorization
Class SecurityContextProviderImpl
java.lang.Object
org.apache.cxf.rs.security.saml.authorization.SecurityContextProviderImpl
- All Implemented Interfaces:
- SecurityContextProvider
public class SecurityContextProviderImpl
- extends Object
- implements SecurityContextProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityContextProviderImpl
public SecurityContextProviderImpl()
getSecurityContext
public SecurityContext getSecurityContext(Message message,
org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)
- Specified by:
getSecurityContext
in interface SecurityContextProvider
getClaims
protected ClaimCollection getClaims(org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)
getSubject
protected Subject getSubject(Message message,
org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper,
ClaimCollection claims)
doGetSecurityContext
protected SecurityContext doGetSecurityContext(Message message,
Subject subject,
ClaimCollection claims)
getSubjectPrincipalName
protected String getSubjectPrincipalName(Subject subject,
ClaimCollection claims)
Apache CXF