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 SAML20AssertionToken found
in the inbound WSSecurityContext.
-
Constructor Details
-
TokenStrategy
public TokenStrategy()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ProfileRequestContext,SAML20AssertionToken>
-