Uses of Interface
net.shibboleth.idp.attribute.transcoding.AttributeTranscoder
-
Packages that use AttributeTranscoder Package Description net.shibboleth.idp.attribute.transcoding APIs for transcoding of attributes.net.shibboleth.idp.attribute.transcoding.impl Implementation classes for attribute transcoding.net.shibboleth.idp.cas.attribute APIs for CAS attribute support.net.shibboleth.idp.cas.attribute.transcoding.impl Implementation classes for CAS attribute support.net.shibboleth.idp.saml.attribute.transcoding Base classes for SAMLAttributeTranscoderclasses.net.shibboleth.idp.saml.attribute.transcoding.impl Implementations of SAML transcoders.net.shibboleth.idp.saml.metadata.impl This package contains such class definitions as are needed to bridge between the relying-party.xml schema and OpenSAML. -
-
Uses of AttributeTranscoder in net.shibboleth.idp.attribute.transcoding
Classes in net.shibboleth.idp.attribute.transcoding that implement AttributeTranscoder Modifier and Type Class Description classAbstractAttributeTranscoder<T>Base class for transcoders.Methods in net.shibboleth.idp.attribute.transcoding that return AttributeTranscoder Modifier and Type Method Description static <T> AttributeTranscoder<T>TranscoderSupport. getTranscoder(TranscodingRule rule)Pull anAttributeTranscoderobject out of the rule provided. -
Uses of AttributeTranscoder in net.shibboleth.idp.attribute.transcoding.impl
Methods in net.shibboleth.idp.attribute.transcoding.impl that return types with arguments of type AttributeTranscoder Modifier and Type Method Description private Collection<AttributeTranscoder<?>>AttributeTranscoderRegistryImpl. getAttributeTranscoders(TranscodingRule rule)Get the appropriateAttributeTranscoderobjects to use.Methods in net.shibboleth.idp.attribute.transcoding.impl with parameters of type AttributeTranscoder Modifier and Type Method Description private voidAttributeTranscoderRegistryImpl. addMapping(String id, AttributeTranscoder<?> transcoder, Map<String,Object> ruleset)Add a mapping between anIdPAttributename and a set of transcoding rules. -
Uses of AttributeTranscoder in net.shibboleth.idp.cas.attribute
Subinterfaces of AttributeTranscoder in net.shibboleth.idp.cas.attribute Modifier and Type Interface Description interfaceCASAttributeTranscoderMarker interface for transcoders that support CAS attributes.Classes in net.shibboleth.idp.cas.attribute that implement AttributeTranscoder Modifier and Type Class Description classAbstractCASAttributeTranscoder<EncodedType extends IdPAttributeValue>Base class for transcoders that support CAS attributes. -
Uses of AttributeTranscoder in net.shibboleth.idp.cas.attribute.transcoding.impl
Classes in net.shibboleth.idp.cas.attribute.transcoding.impl that implement AttributeTranscoder Modifier and Type Class Description classCASDateTimeAttributeTranscoderclassCASScopedStringAttributeTranscoderclassCASStringAttributeTranscoder -
Uses of AttributeTranscoder in net.shibboleth.idp.saml.attribute.transcoding
Subinterfaces of AttributeTranscoder in net.shibboleth.idp.saml.attribute.transcoding Modifier and Type Interface Description interfaceSAML1AttributeTranscoder<EncodedType extends IdPAttributeValue>Marker interface for transcoders that operate on a SAML 1AttributeorAttributeDesignator.interfaceSAML2AttributeTranscoder<EncodedType extends IdPAttributeValue>Marker interface for transcoders that operate on a SAML 2AttributeorRequestedAttribute.Classes in net.shibboleth.idp.saml.attribute.transcoding that implement AttributeTranscoder Modifier and Type Class Description classAbstractSAML1AttributeTranscoder<EncodedType extends IdPAttributeValue>Base class for transcoders that operate on a SAML 1AttributeorAttributeDesignator.classAbstractSAML2AttributeTranscoder<EncodedType extends IdPAttributeValue>Base class for transcoders that operate on a SAML 2AttributeorRequestedAttribute.classAbstractSAMLAttributeTranscoder<AttributeType extends SAMLObject,EncodedType extends IdPAttributeValue>Base class for transcoders that support SAML attributes. -
Uses of AttributeTranscoder in net.shibboleth.idp.saml.attribute.transcoding.impl
Classes in net.shibboleth.idp.saml.attribute.transcoding.impl that implement AttributeTranscoder Modifier and Type Class Description classSAML1ByteAttributeTranscoderclassSAML1ScopedStringAttributeTranscoderclassSAML1StringAttributeTranscoderclassSAML1XMLObjectAttributeTranscoderclassSAML2ByteAttributeTranscoderclassSAML2DateTimeAttributeTranscoderclassSAML2ScopedStringAttributeTranscoderclassSAML2StringAttributeTranscoderclassSAML2XMLObjectAttributeTranscoder -
Uses of AttributeTranscoder in net.shibboleth.idp.saml.metadata.impl
Fields in net.shibboleth.idp.saml.metadata.impl declared as AttributeTranscoder Modifier and Type Field Description private AttributeTranscoder<Attribute>AttributeMappingNodeProcessor. defaultTranscoderFallback for URI-named entity tags.
-