private class AddNameIDToSubjects.AssertionStrategy extends java.lang.Object implements com.google.common.base.Function<ProfileRequestContext,java.util.List<Assertion>>
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.
| Modifier | Constructor and Description |
|---|---|
private |
AssertionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Assertion> |
apply(ProfileRequestContext input) |
@Nullable public java.util.List<Assertion> apply(@Nullable ProfileRequestContext input)
apply in interface com.google.common.base.Function<ProfileRequestContext,java.util.List<Assertion>>