Class AbstractSAMLAttributeTranscoder<AttributeType extends SAMLObject,EncodedType extends IdPAttributeValue>

java.lang.Object
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
net.shibboleth.idp.attribute.transcoding.AbstractAttributeTranscoder<AttributeType>
net.shibboleth.idp.saml.attribute.transcoding.AbstractSAMLAttributeTranscoder<AttributeType,EncodedType>
Type Parameters:
AttributeType - type of object produced
EncodedType - the type of data that can be handled by the transcoder
All Implemented Interfaces:
AttributeTranscoder<AttributeType>, Component, DestructableComponent, InitializableComponent
Direct Known Subclasses:
AbstractSAML1AttributeTranscoder, AbstractSAML2AttributeTranscoder

public abstract class AbstractSAMLAttributeTranscoder<AttributeType extends SAMLObject,EncodedType extends IdPAttributeValue> extends AbstractAttributeTranscoder<AttributeType>
Base class for transcoders that support SAML attributes.
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • AbstractSAMLAttributeTranscoder

      public AbstractSAMLAttributeTranscoder()
  • Method Details