Class AddNameIDToSubjects.AssertionStrategy
- java.lang.Object
-
- org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.AssertionStrategy
-
- All Implemented Interfaces:
Function<ProfileRequestContext,List<Assertion>>
- Enclosing class:
- AddNameIDToSubjects
private class AddNameIDToSubjects.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 Summary
Constructors Modifier Constructor Description privateAssertionStrategy()
-
-
-
Method Detail
-
apply
@Nullable public List<Assertion> apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,List<Assertion>>
-
-