Uses of Interface
net.shibboleth.idp.attribute.transcoding.AttributeTranscoder
Packages that use AttributeTranscoder
Package
Description
APIs for transcoding of attributes.
Implementation classes for attribute transcoding.
APIs for CAS attribute support.
Implementation classes for CAS attribute support.
Base classes for SAML
AttributeTranscoder classes.Implementations of SAML transcoders.
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 AttributeTranscoderModifier and TypeClassDescriptionclassBase class for transcoders.Methods in net.shibboleth.idp.attribute.transcoding that return AttributeTranscoderModifier and TypeMethodDescriptionstatic <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 AttributeTranscoderModifier and TypeMethodDescriptionprivate Collection<AttributeTranscoder<?>>AttributeTranscoderRegistryImpl.getAttributeTranscoders(TranscodingRule rule) Get the appropriateAttributeTranscoderobjects to use.Methods in net.shibboleth.idp.attribute.transcoding.impl with parameters of type AttributeTranscoderModifier and TypeMethodDescriptionprivate 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.attributeModifier and TypeInterfaceDescriptioninterfaceMarker interface for transcoders that support CAS attributes.Classes in net.shibboleth.idp.cas.attribute that implement AttributeTranscoderModifier and TypeClassDescriptionclassAbstractCASAttributeTranscoder<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 AttributeTranscoderModifier and TypeClassDescriptionclassclassclass -
Uses of AttributeTranscoder in net.shibboleth.idp.saml.attribute.transcoding
Subinterfaces of AttributeTranscoder in net.shibboleth.idp.saml.attribute.transcodingModifier and TypeInterfaceDescriptioninterfaceSAML1AttributeTranscoder<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 AttributeTranscoderModifier and TypeClassDescriptionclassAbstractSAML1AttributeTranscoder<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 AttributeTranscoderModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of AttributeTranscoder in net.shibboleth.idp.saml.metadata.impl
Fields in net.shibboleth.idp.saml.metadata.impl declared as AttributeTranscoderModifier and TypeFieldDescriptionprivate final AttributeTranscoder<Attribute>AttributeMappingNodeProcessor.defaultTranscoderFallback for URI-named entity tags.