Class AddNameIdentifierToSubjects.AssertionStrategy
java.lang.Object
org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects.AssertionStrategy
- All Implemented Interfaces:
Function<ProfileRequestContext,
List<Assertion>>
- Enclosing class:
- AddNameIdentifierToSubjects
private class AddNameIdentifierToSubjects.AssertionStrategy
extends Object
implements Function<ProfileRequestContext,List<Assertion>>
Default strategy for obtaining assertions to modify.
If the outbound context is empty, a null is returned. If the outbound message is already an assertion, it's returned. If the outbound message is a response, then its contents are returned. If the outbound message is anything else, null is returned.
-
Constructor Details
-
AssertionStrategy
private AssertionStrategy()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<ProfileRequestContext,
List<Assertion>>
-