Uses of Class
net.shibboleth.idp.attribute.AttributeDecodingException
Packages that use AttributeDecodingException
Package
Description
APIs for transcoding of attributes.
APIs for CAS attribute support.
Base classes for SAML
AttributeTranscoder classes.This package contains such class definitions as are needed to
bridge between the relying-party.xml schema and OpenSAML.
Profile processing actions related to SAML 1 messages.
Profile processing actions related to SAML 2 messages.
-
Uses of AttributeDecodingException in net.shibboleth.idp.attribute.transcoding
Methods in net.shibboleth.idp.attribute.transcoding that throw AttributeDecodingExceptionModifier and TypeMethodDescriptionAbstractAttributeTranscoder.decode(ProfileRequestContext profileRequestContext, T input, TranscodingRule rule) Decode the supplied object into a protocol-neutral representation.AttributeTranscoder.decode(ProfileRequestContext profileRequestContext, T input, TranscodingRule rule) Decode the supplied object into a protocol-neutral representation.protected abstract IdPAttributeAbstractAttributeTranscoder.doDecode(ProfileRequestContext profileRequestContext, T input, TranscodingRule rule) Decode the supplied object into a protocol-neutral representation. -
Uses of AttributeDecodingException in net.shibboleth.idp.cas.attribute
Methods in net.shibboleth.idp.cas.attribute that throw AttributeDecodingExceptionModifier and TypeMethodDescriptionprotected IdPAttributeAbstractCASAttributeTranscoder.buildIdPAttribute(ProfileRequestContext profileRequestContext, Attribute attribute, TranscodingRule rule, List<IdPAttributeValue> attributeValues) Builds anIdPAttributefrom the given values.AbstractCASAttributeTranscoder.doDecode(ProfileRequestContext profileRequestContext, Attribute input, TranscodingRule rule) Decode the supplied object into a protocol-neutral representation. -
Uses of AttributeDecodingException in net.shibboleth.idp.saml.attribute.transcoding
Methods in net.shibboleth.idp.saml.attribute.transcoding that throw AttributeDecodingExceptionModifier and TypeMethodDescriptionprotected IdPAttributeAbstractSAML1AttributeTranscoder.buildIdPAttribute(ProfileRequestContext profileRequestContext, AttributeDesignator attribute, TranscodingRule rule, List<IdPAttributeValue> attributeValues) Builds anIdPAttributefrom the given values.protected IdPAttributeAbstractSAML2AttributeTranscoder.buildIdPAttribute(ProfileRequestContext profileRequestContext, Attribute attribute, TranscodingRule rule, List<IdPAttributeValue> attributeValues) Builds anIdPAttributefrom the given values.protected abstract IdPAttributeAbstractSAMLAttributeTranscoder.buildIdPAttribute(ProfileRequestContext profileRequestContext, AttributeType attribute, TranscodingRule rule, List<IdPAttributeValue> attributeValues) Builds anIdPAttributefrom the given values.AbstractSAMLAttributeTranscoder.doDecode(ProfileRequestContext profileRequestContext, AttributeType input, TranscodingRule rule) Decode the supplied object into a protocol-neutral representation. -
Uses of AttributeDecodingException in net.shibboleth.idp.saml.metadata.impl
Methods in net.shibboleth.idp.saml.metadata.impl that throw AttributeDecodingExceptionModifier and TypeMethodDescriptionprivate <T> voidAttributeMappingNodeProcessor.decodeAttribute(Collection<TranscodingRule> rules, T input, Multimap<String, IdPAttribute> results) Access the registry of transcoding rules to decode the input object. -
Uses of AttributeDecodingException in net.shibboleth.idp.saml.saml1.profile.impl
Methods in net.shibboleth.idp.saml.saml1.profile.impl that throw AttributeDecodingExceptionModifier and TypeMethodDescriptionprivate voidFilterByQueriedAttributeDesignators.decodeAttributeDesignator(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, AttributeDesignator input, Collection<String> results) Access the registry of transcoding rules to decode the inputAttributeDesignator. -
Uses of AttributeDecodingException in net.shibboleth.idp.saml.saml2.profile.impl
Methods in net.shibboleth.idp.saml.saml2.profile.impl that throw AttributeDecodingExceptionModifier and TypeMethodDescriptionprotected voidFilterByQueriedAttributes.decodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, Attribute input, Multimap<String, IdPAttribute> results) Access the registry of transcoding rules to decode the inputAttribute.private voidValidateSAMLAuthentication.decodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, Attribute input, Multimap<String, IdPAttribute> results) Access the registry of transcoding rules to decode the inputAttribute.