public class LegacyCanonicalization extends AbstractSubjectCanonicalizationAction
AttributeResolver instance that supports the
LegacyPrincipalDecoder interface.| Modifier and Type | Class and Description |
|---|---|
static class |
LegacyCanonicalization.ActivationCondition
A predicate that determines if this action can run or not - it does this by inspecting the attribute resolver for
principal connectors.
|
| 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.
|
private org.slf4j.Logger |
log
Class logger.
|
| Constructor and Description |
|---|
LegacyCanonicalization(ReloadableService<net.shibboleth.idp.attribute.resolver.AttributeResolver> resolverService)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(org.opensaml.profile.context.ProfileRequestContext profileRequestContext,
SubjectCanonicalizationContext c14nContext) |
applyTransforms, doExecute, doPreExecute, doPreExecute, setLookupStrategy, setLowercase, setTransforms, setTrim, setUppercasedoExecute, execute, getMessage, getMessage, getMessage, getProfileContextLookupStrategy, getRequestContext, getResult, setMessageSource, setProfileContextLookupStrategygetActivationCondition, setActivationConditiondoPostExecute, doPostExecute, execute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponsedestroy, doDestroy, doInitialize, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, isInitialized@Nonnull private final org.slf4j.Logger log
@Nonnull private final ReloadableService<net.shibboleth.idp.attribute.resolver.AttributeResolver> attributeResolverService
public LegacyCanonicalization(@Nonnull ReloadableService<net.shibboleth.idp.attribute.resolver.AttributeResolver> resolverService)
resolverService - the service which will implement LegacyPrincipalDecoder.protected void doExecute(@Nonnull org.opensaml.profile.context.ProfileRequestContext profileRequestContext, @Nonnull SubjectCanonicalizationContext c14nContext)
doExecute in class AbstractSubjectCanonicalizationActionCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.