Uses of Class
net.shibboleth.idp.saml.attribute.transcoding.AbstractSAMLAttributeTranscoder
-
Packages that use AbstractSAMLAttributeTranscoder Package Description net.shibboleth.idp.saml.attribute.transcoding Base classes for SAMLAttributeTranscoderclasses. -
-
Uses of AbstractSAMLAttributeTranscoder in net.shibboleth.idp.saml.attribute.transcoding
Subclasses of AbstractSAMLAttributeTranscoder 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.
-