Package net.shibboleth.idp.attribute.transcoding
APIs for transcoding of attributes.
-
Interface Summary Interface Description AttributeTranscoder<T> Transcoders are objects that support both attribute encoding and decoding for bidirectional translation betweenIdPAttributeformat and technology-specific formats.AttributeTranscoderRegistry The transcoder registry provides access to "instructions" for converting between theIdPAttribute"neutral" representation within the IdP and protocol-specific forms such as SAML Attributes or OIDC claims.AttributeTranscoderRegistry.NamingFunction<T> Interface to a naming function that allows an object to be turned into a unique string name. -
Class Summary Class Description AbstractAttributeTranscoder<T> Base class for transcoders.BasicNamingFunction<T> Basic implementation of aAttributeTranscoderRegistry.NamingFunction.TranscoderSupport Support functions for working withAttributeTranscoderframework.TranscodingRule Wrapper around aMaprepresenting a rule for transcoding, used to detect and load the rules at runtime from a Spring context.