Uses of Interface
net.shibboleth.idp.attribute.transcoding.AttributeTranscoderRegistry.NamingFunction
Packages that use AttributeTranscoderRegistry.NamingFunction
Package
Description
APIs for transcoding of attributes.
Implementation classes for attribute transcoding.
-
Uses of AttributeTranscoderRegistry.NamingFunction in net.shibboleth.idp.attribute.transcoding
Classes in net.shibboleth.idp.attribute.transcoding that implement AttributeTranscoderRegistry.NamingFunctionModifier and TypeClassDescriptionclassBasic implementation of aAttributeTranscoderRegistry.NamingFunction. -
Uses of AttributeTranscoderRegistry.NamingFunction in net.shibboleth.idp.attribute.transcoding.impl
Fields in net.shibboleth.idp.attribute.transcoding.impl with type parameters of type AttributeTranscoderRegistry.NamingFunctionModifier and TypeFieldDescriptionprivate Collection<AttributeTranscoderRegistry.NamingFunction<?>>AttributeRegistryServiceStrategy.namingRegistryName of bean to supply naming function registry property.Method parameters in net.shibboleth.idp.attribute.transcoding.impl with type arguments of type AttributeTranscoderRegistry.NamingFunctionModifier and TypeMethodDescriptionvoidAttributeRegistryServiceStrategy.setNamingRegistry(Collection<AttributeTranscoderRegistry.NamingFunction<?>> namingFunctions) Sets the collection ofAttributeTranscoderRegistry.NamingFunctions to install into the registry.voidAttributeTranscoderRegistryImpl.setNamingRegistry(Collection<AttributeTranscoderRegistry.NamingFunction<?>> registry) Installs registry of naming functions mapped against the types of objects they support.