Uses of Interface
net.shibboleth.idp.attribute.transcoding.AttributeTranscoderRegistry
Packages that use AttributeTranscoderRegistry
Package
Description
The context to do with Attribute Resolution.
Implementation classes for attribute transcoding.
CAS protocol flow implementations.
Predicates and functions related to attribute consent.
Implementations of various profile actions.
This package contains such class definitions as are needed to
bridge between the relying-party.xml schema and OpenSAML.
Actions common to SAML 1 and SAML 2 processing.
Profile processing actions related to SAML 1 messages.
Profile processing actions related to SAML 2 messages.
-
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.attribute.resolver.context
Fields in net.shibboleth.idp.attribute.resolver.context with type parameters of type AttributeTranscoderRegistryModifier and TypeFieldDescriptionAttributeResolutionContext.registryServiceRegistry service to use to attach display metadata to resolved attributes.Methods in net.shibboleth.idp.attribute.resolver.context that return types with arguments of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionAttributeResolutionContext.getTranscoderRegistry()Gets a transcoder registry service instance.Method parameters in net.shibboleth.idp.attribute.resolver.context with type arguments of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionAttributeResolutionContext.setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> service) Sets a transcoder registry service instance. -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.attribute.transcoding.impl
Classes in net.shibboleth.idp.attribute.transcoding.impl that implement AttributeTranscoderRegistryModifier and TypeClassDescriptionclassService implementation of theAttributeTranscoderRegistryinterface.Methods in net.shibboleth.idp.attribute.transcoding.impl that return AttributeTranscoderRegistryMethods in net.shibboleth.idp.attribute.transcoding.impl that return types with arguments of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionAttributeRegistryServiceStrategy.apply(ApplicationContext appContext) -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.cas.flow.impl
Fields in net.shibboleth.idp.cas.flow.impl with type parameters of type AttributeTranscoderRegistryModifier and TypeFieldDescriptionPrepareTicketValidationResponseAction.transcoderRegistryTranscoder registry service object.Methods in net.shibboleth.idp.cas.flow.impl with parameters of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionprotected intPrepareTicketValidationResponseAction.encodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, IdPAttribute attribute, Collection<Attribute> results) Access the registry of transcoding rules to transform the input attribute into a target type.Method parameters in net.shibboleth.idp.cas.flow.impl with type arguments of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionvoidPrepareTicketValidationResponseAction.setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> registry) Sets the registry of transcoding rules to apply to encode attributes. -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.consent.logic.impl
Fields in net.shibboleth.idp.consent.logic.impl with type parameters of type AttributeTranscoderRegistryModifier and TypeFieldDescriptionAbstractAttributeDisplayFunction.transcoderHow to do the lookup.Methods in net.shibboleth.idp.consent.logic.impl with parameters of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionAbstractAttributeDisplayFunction.getDisplayInfo(AttributeTranscoderRegistry registry, IdPAttribute attribute) Get the information to be displayed from the attribute.AttributeDisplayDescriptionFunction.getDisplayInfo(AttributeTranscoderRegistry registry, IdPAttribute attribute) Get the information to be displayed from the attribute.AttributeDisplayNameFunction.getDisplayInfo(AttributeTranscoderRegistry registry, IdPAttribute attribute) Get the information to be displayed from the attribute.Constructor parameters in net.shibboleth.idp.consent.logic.impl with type arguments of type AttributeTranscoderRegistryModifierConstructorDescriptionAbstractAttributeDisplayFunction(javax.servlet.http.HttpServletRequest request, List<String> defaultLanguages, ReloadableService<AttributeTranscoderRegistry> transcoderService) Constructor.AttributeDisplayDescriptionFunction(javax.servlet.http.HttpServletRequest request, List<String> defaultLangauages, ReloadableService<AttributeTranscoderRegistry> transcoderService) Constructor.AttributeDisplayNameFunction(javax.servlet.http.HttpServletRequest request, List<String> defaultLangauages, ReloadableService<AttributeTranscoderRegistry> transcoderService) Constructor. -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.profile.impl
Fields in net.shibboleth.idp.profile.impl with type parameters of type AttributeTranscoderRegistryModifier and TypeFieldDescriptionResolveAttributes.transcoderRegistryTranscoder registry service object.Method parameters in net.shibboleth.idp.profile.impl with type arguments of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionvoidResolveAttributes.setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> registry) Sets the registry of transcoding rules to apply to supply attribute display metadata. -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.saml.metadata.impl
Fields in net.shibboleth.idp.saml.metadata.impl with type parameters of type AttributeTranscoderRegistryModifier and TypeFieldDescriptionprivate final ReloadableService<AttributeTranscoderRegistry>AttributeMappingNodeProcessor.transcoderRegistryService used to get the registry of decoding rules.Methods in net.shibboleth.idp.saml.metadata.impl with parameters of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionprivate voidAttributeMappingNodeProcessor.handleAttributeConsumingService(AttributeTranscoderRegistry registry, AttributeConsumingService acs) Look inside theAttributeConsumingServicefor anyRequestedAttributes and map them.private voidAttributeMappingNodeProcessor.handleEntityAttributes(AttributeTranscoderRegistry registry, Extensions extensions) Look inside theExtensionsforEntityAttributesand map them.Constructor parameters in net.shibboleth.idp.saml.metadata.impl with type arguments of type AttributeTranscoderRegistryModifierConstructorDescriptionConstructor. -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.saml.profile.impl
Fields in net.shibboleth.idp.saml.profile.impl with type parameters of type AttributeTranscoderRegistryModifier and TypeFieldDescriptionBaseAddAttributeStatementToAssertion.transcoderRegistryTranscoder registry service object.Methods in net.shibboleth.idp.saml.profile.impl that return types with arguments of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionBaseAddAttributeStatementToAssertion.getTranscoderRegistry()Gets the registry of transcoding rules to apply to encode attributes.Methods in net.shibboleth.idp.saml.profile.impl with parameters of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionprotected intBaseAddAttributeStatementToAssertion.encodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<T> to, Collection<T> results) Access the registry of transcoding rules to transform the input attribute into a target type.Method parameters in net.shibboleth.idp.saml.profile.impl with type arguments of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionvoidBaseAddAttributeStatementToAssertion.setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> registry) Sets the registry of transcoding rules to apply to encode attributes. -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.saml.saml1.profile.impl
Fields in net.shibboleth.idp.saml.saml1.profile.impl with type parameters of type AttributeTranscoderRegistryModifier and TypeFieldDescriptionFilterByQueriedAttributeDesignators.transcoderRegistryTranscoder registry service object.Methods in net.shibboleth.idp.saml.saml1.profile.impl with parameters of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionprivate voidFilterByQueriedAttributeDesignators.decodeAttributeDesignator(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, AttributeDesignator input, Collection<String> results) Access the registry of transcoding rules to decode the inputAttributeDesignator.private voidAddAttributeStatementToAssertion.encodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, IdPAttribute attribute, Collection<Attribute> results) EncodesIdPAttributeinto zero or moreAttributeobjects if a proper encoder is available.Method parameters in net.shibboleth.idp.saml.saml1.profile.impl with type arguments of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionvoidFilterByQueriedAttributeDesignators.setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> registry) Sets the registry of transcoding rules to apply to encode attributes. -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.saml.saml2.profile.impl
Fields in net.shibboleth.idp.saml.saml2.profile.impl with type parameters of type AttributeTranscoderRegistryModifier and TypeFieldDescriptionFilterByQueriedAttributes.transcoderRegistryTranscoder registry service object.MapRequestedAttributesInAttributeConsumingService.transcoderRegistryThe registry of decoding rules.ValidateSAMLAuthentication.transcoderRegistryTranscoder registry service object.Methods in net.shibboleth.idp.saml.saml2.profile.impl with parameters of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionprotected voidFilterByQueriedAttributes.decodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, Attribute input, Multimap<String, IdPAttribute> results) Access the registry of transcoding rules to decode the inputAttribute.private voidValidateSAMLAuthentication.decodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, Attribute input, Multimap<String, IdPAttribute> results) Access the registry of transcoding rules to decode the inputAttribute.private voidAddAttributeStatementToAssertion.encodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, IdPAttribute attribute, Collection<Attribute> results) Encodes aIdPAttributeinto zero or moreAttributeobjects if a proper encoder is available.Method parameters in net.shibboleth.idp.saml.saml2.profile.impl with type arguments of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionvoidFilterByQueriedAttributes.setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> registry) Sets the registry of transcoding rules to apply to encode attributes.voidMapRequestedAttributesInAttributeConsumingService.setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> registry) Sets the service which provides attribute decoding rules.voidValidateSAMLAuthentication.setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> registry) Sets the registry of transcoding rules to apply to encode attributes.