Uses of Class
net.shibboleth.idp.attribute.transcoding.AbstractAttributeTranscoder
-
Packages that use AbstractAttributeTranscoder Package Description 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. -
-
Uses of AbstractAttributeTranscoder in net.shibboleth.idp.cas.attribute
Subclasses of AbstractAttributeTranscoder in net.shibboleth.idp.cas.attribute Modifier and Type Class Description classAbstractCASAttributeTranscoder<EncodedType extends IdPAttributeValue>Base class for transcoders that support CAS attributes. -
Uses of AbstractAttributeTranscoder in net.shibboleth.idp.cas.attribute.transcoding.impl
Subclasses of AbstractAttributeTranscoder in net.shibboleth.idp.cas.attribute.transcoding.impl Modifier and Type Class Description classCASDateTimeAttributeTranscoderclassCASScopedStringAttributeTranscoderclassCASStringAttributeTranscoder -
Uses of AbstractAttributeTranscoder in net.shibboleth.idp.saml.attribute.transcoding
Subclasses of AbstractAttributeTranscoder in net.shibboleth.idp.saml.attribute.transcoding 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 AbstractAttributeTranscoder in net.shibboleth.idp.saml.attribute.transcoding.impl
Subclasses of AbstractAttributeTranscoder in net.shibboleth.idp.saml.attribute.transcoding.impl Modifier and Type Class Description classSAML1ByteAttributeTranscoderclassSAML1ScopedStringAttributeTranscoderclassSAML1StringAttributeTranscoderclassSAML1XMLObjectAttributeTranscoderclassSAML2ByteAttributeTranscoderclassSAML2DateTimeAttributeTranscoderclassSAML2ScopedStringAttributeTranscoderclassSAML2StringAttributeTranscoderclassSAML2XMLObjectAttributeTranscoder
-