Uses of Interface
net.shibboleth.idp.attribute.transcoding.AttributeTranscoderRegistry
Packages that use AttributeTranscoderRegistry
Package
Description
A
DataConnector implementation that
queries data from a SAML attribute authority.Implementation classes for attribute transcoding.
Miscellaneous implementation classes related to SAML Attributes.
-
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.attribute.resolver.dc.saml.impl
Fields in net.shibboleth.idp.attribute.resolver.dc.saml.impl with type parameters of type AttributeTranscoderRegistryModifier and TypeFieldDescriptionBasicResponseMappingStrategy.transcoderServiceAttributeTranscoderRegistry service.Methods in net.shibboleth.idp.attribute.resolver.dc.saml.impl that return types with arguments of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionBasicResponseMappingStrategy.getTranscoderService()Get the instance ofAttributeTranscoderRegistryservice to use.Method parameters in net.shibboleth.idp.attribute.resolver.dc.saml.impl with type arguments of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionvoidBasicResponseMappingStrategy.setTranscoderService(ReloadableService<AttributeTranscoderRegistry> service) Set the instance ofAttributeTranscoderRegistryservice to use. -
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 types with arguments of type AttributeTranscoderRegistryModifier and TypeMethodDescriptionAttributeRegistryServiceStrategy.apply(ApplicationContext appContext) -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.saml.attribute.impl
Fields in net.shibboleth.idp.saml.attribute.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.attribute.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.attribute.impl with type arguments of type AttributeTranscoderRegistryModifierConstructorDescriptionConstructor.