public class DelegatedAssertionLookupStrategy extends Object implements Function<ProfileRequestContext,Assertion>
| Modifier and Type | Field and Description |
|---|---|
private Function<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<ProfileRequestContext,LibertySSOSContext> strategy)
Constructor.
|
private org.slf4j.Logger log
@Nonnull private Function<ProfileRequestContext,LibertySSOSContext> libertyContextLookupStrategy
public DelegatedAssertionLookupStrategy()
public DelegatedAssertionLookupStrategy(@Nonnull Function<ProfileRequestContext,LibertySSOSContext> strategy)
strategy - the lookup strategy for LibertySSOSContext.@Nullable public Assertion apply(@Nullable ProfileRequestContext input)
apply in interface Function<ProfileRequestContext,Assertion>Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.