Package net.shibboleth.idp.saml.attribute.transcoding
Base classes for SAML
AttributeTranscoder
classes.-
Interface Summary Interface Description SAML1AttributeTranscoder<EncodedType extends IdPAttributeValue> Marker interface for transcoders that operate on a SAML 1Attribute
orAttributeDesignator
.SAML2AttributeTranscoder<EncodedType extends IdPAttributeValue> Marker interface for transcoders that operate on a SAML 2Attribute
orRequestedAttribute
. -
Class Summary Class Description AbstractSAML1AttributeTranscoder<EncodedType extends IdPAttributeValue> Base class for transcoders that operate on a SAML 1Attribute
orAttributeDesignator
.AbstractSAML1AttributeTranscoder.NamingFunction A function to produce a "canonical" name for a SAML 1AttributeDesignator
for transcoding rules.AbstractSAML2AttributeTranscoder<EncodedType extends IdPAttributeValue> Base class for transcoders that operate on a SAML 2Attribute
orRequestedAttribute
.AbstractSAML2AttributeTranscoder.NamingFunction A function to produce a "canonical" name for a SAML 2.0Attribute
for transcoding rules.AbstractSAMLAttributeTranscoder<AttributeType extends SAMLObject,EncodedType extends IdPAttributeValue> Base class for transcoders that support SAML attributes.SAMLEncoderSupport Support class for encoding IdP Attributes and their value.