public static class LegacyCanonicalization.ActivationCondition extends Object implements Predicate<org.opensaml.profile.context.ProfileRequestContext>
| Modifier and Type | Field and Description |
|---|---|
private ReloadableService<net.shibboleth.idp.attribute.resolver.AttributeResolver> |
attributeResolverService
Service used to get the resolver used to fetch attributes.
|
| Constructor and Description |
|---|
LegacyCanonicalization.ActivationCondition(ReloadableService<net.shibboleth.idp.attribute.resolver.AttributeResolver> service)
Constructor.
|
@Nullable private final ReloadableService<net.shibboleth.idp.attribute.resolver.AttributeResolver> attributeResolverService
public LegacyCanonicalization.ActivationCondition(ReloadableService<net.shibboleth.idp.attribute.resolver.AttributeResolver> service)
service - the service we need to interrogate.public boolean apply(@Nullable org.opensaml.profile.context.ProfileRequestContext input)
Iff there is a valid service and there are no parsing errors and the service does understand principal connectors and there were some configured we will proceed.
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.