Uses of Class
net.shibboleth.idp.saml.profile.impl.BaseAddAttributeStatementToAssertion
Packages that use BaseAddAttributeStatementToAssertion
Package
Description
Profile processing actions related to SAML 1 messages.
Profile processing actions related to SAML 2 messages.
-
Uses of BaseAddAttributeStatementToAssertion in net.shibboleth.idp.saml.saml1.profile.impl
Modifier and TypeClassDescriptionclass
Action that builds anAttributeStatement
and adds it to anAssertion
returned by a lookup strategy, by default in theInOutOperationContext.getOutboundMessageContext()
. -
Uses of BaseAddAttributeStatementToAssertion in net.shibboleth.idp.saml.saml2.profile.impl
Modifier and TypeClassDescriptionclass
Action that builds anAttributeStatement
and adds it to anAssertion
returned by a lookup strategy, by default in theInOutOperationContext.getOutboundMessageContext()
.