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