public class DelegatedAssertionLookupStrategy extends Object implements Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.saml.saml2.core.Assertion>
| Modifier and Type | Field and Description |
|---|---|
private Function<org.opensaml.profile.context.ProfileRequestContext,LibertySSOSContext> |
libertyContextLookupStrategy
Function used to resolve the Liberty context to populate.
|
private org.slf4j.Logger |
log
Logger.
|
| Constructor and Description |
|---|
DelegatedAssertionLookupStrategy()
Constructor.
|
DelegatedAssertionLookupStrategy(Function<org.opensaml.profile.context.ProfileRequestContext,LibertySSOSContext> strategy)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.saml.saml2.core.Assertion |
apply(org.opensaml.profile.context.ProfileRequestContext input) |
private org.slf4j.Logger log
@Nonnull private Function<org.opensaml.profile.context.ProfileRequestContext,LibertySSOSContext> libertyContextLookupStrategy
public DelegatedAssertionLookupStrategy()
public DelegatedAssertionLookupStrategy(@Nonnull Function<org.opensaml.profile.context.ProfileRequestContext,LibertySSOSContext> strategy)
strategy - the lookup strategy for LibertySSOSContext.Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.