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. -
Class Summary Class Description AbstractAttributeTranscoder<T> Base class for transcoders.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.