private class DecorateDelegatedAssertion.AssertionStrategy extends Object implements Function<org.opensaml.profile.context.ProfileRequestContext,List<org.opensaml.saml.saml2.core.Assertion>>
If the outbound context is empty, a new assertion is created and stored there. If the outbound message is already an assertion, it's returned. If the outbound message is a response, then either an existing or new assertion in the response is returned, depending on the action setting. If the outbound message is anything else, null is returned.
| Modifier | Constructor and Description |
|---|---|
private |
DecorateDelegatedAssertion.AssertionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
List<org.opensaml.saml.saml2.core.Assertion> |
apply(org.opensaml.profile.context.ProfileRequestContext input) |
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.