Class SecurityContextProviderImpl
java.lang.Object
org.apache.cxf.rs.security.saml.authorization.SecurityContextProviderImpl
- All Implemented Interfaces:
SecurityContextProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SecurityContextdoGetSecurityContext(Message message, Subject subject, ClaimCollection claims) protected ClaimCollectiongetClaims(org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper) getSecurityContext(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper) protected SubjectgetSubject(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper, ClaimCollection claims) protected StringgetSubjectPrincipalName(Subject subject, ClaimCollection claims)
-
Constructor Details
-
SecurityContextProviderImpl
public SecurityContextProviderImpl()
-
-
Method Details
-
getSecurityContext
public SecurityContext getSecurityContext(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper) - Specified by:
getSecurityContextin interfaceSecurityContextProvider
-
getClaims
-
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
-