All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractAttributeTranscoder<T> Base class for transcoders.AttributeContext ABaseContextthat tracks a set of attributes.AttributeDecodingException Indicates a problem during decoding into an attribute.AttributeEncodingException Indicates a problem during the encoding of an attribute.AttributeException Base class for attribute related exceptions.AttributesMapContainer Container for decoded attributes.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.BasicNamingFunction<T> Basic implementation of aAttributeTranscoderRegistry.NamingFunction.ByteAttributeValue Abyte[]value for anIdPAttribute.DateTimeAttributeValue Base class forIdPAttributevalues that are date/time values.DurablePairwiseIdStore ExtendedPairwiseIdStoreinterface that supports reversal, mutation, and deactivation features requiring durable storage.EmptyAttributeValue AnIdPAttributeValuethat is empty.EmptyAttributeValue.EmptyType Types of empty values.IdPAttribute Each attribute represents one piece of information about a user and has associated encoders used to turn that information in to protocol-specific formats.IdPAttributeValue Interface for values of anIdPAttribute.IdPRequestedAttribute IdP Representation of the SAML2 RequestedAttribute.PairwiseId Object representing a pairwise/targeted identifier entry as a storage input/output.PairwiseIdStore Storage and retrieval interface for pairwise/targeted identifiers allowing for custom implementations.ScopedStringAttributeValue An attribute value with an associated scope.StringAttributeValue Base class forIdPAttributevalues that are strings.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.UnsupportedAttributeTypeException Exception thrown when a particularIdPAttributeValuetype was expected but a different one was encountered.XMLObjectAttributeValue AXMLObjectAttributeValuevalue for anIdPAttribute.