Uses of Interface
net.shibboleth.idp.attribute.transcoding.AttributeTranscoderRegistry.NamingFunction
-
Packages that use AttributeTranscoderRegistry.NamingFunction Package Description net.shibboleth.idp.attribute.transcoding APIs for transcoding of attributes.net.shibboleth.idp.attribute.transcoding.impl 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.NamingFunction Modifier and Type Class Description classBasicNamingFunction<T>Basic 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.NamingFunction Modifier and Type Field Description private 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.NamingFunction Modifier and Type Method Description voidAttributeRegistryServiceStrategy. 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.
-