Class PopulateLibertyContext.TokenStrategy
- java.lang.Object
-
- net.shibboleth.idp.saml.saml2.profile.delegation.impl.PopulateLibertyContext.TokenStrategy
-
- All Implemented Interfaces:
Function<ProfileRequestContext,SAML20AssertionToken>
- Enclosing class:
- PopulateLibertyContext
public class PopulateLibertyContext.TokenStrategy extends Object implements Function<ProfileRequestContext,SAML20AssertionToken>
Default strategy for resolving the assertion token to process.This impl just returns the first valid
SAML20AssertionTokenfound in the inboundWSSecurityContext.
-
-
Constructor Summary
Constructors Constructor Description TokenStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAML20AssertionTokenapply(ProfileRequestContext input)
-
-
-
Method Detail
-
apply
@Nullable public SAML20AssertionToken apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,SAML20AssertionToken>
-
-