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 IdPAttribute
AbstractAttributeTranscoder.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 IdPAttribute
AbstractCASAttributeTranscoder.buildIdPAttribute
(ProfileRequestContext profileRequestContext, Attribute attribute, TranscodingRule rule, List<IdPAttributeValue> attributeValues) Builds anIdPAttribute
from 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 IdPAttribute
AbstractSAML1AttributeTranscoder.buildIdPAttribute
(ProfileRequestContext profileRequestContext, AttributeDesignator attribute, TranscodingRule rule, List<IdPAttributeValue> attributeValues) Builds anIdPAttribute
from the given values.protected IdPAttribute
AbstractSAML2AttributeTranscoder.buildIdPAttribute
(ProfileRequestContext profileRequestContext, Attribute attribute, TranscodingRule rule, List<IdPAttributeValue> attributeValues) Builds anIdPAttribute
from the given values.protected abstract IdPAttribute
AbstractSAMLAttributeTranscoder.buildIdPAttribute
(ProfileRequestContext profileRequestContext, AttributeType attribute, TranscodingRule rule, List<IdPAttributeValue> attributeValues) Builds anIdPAttribute
from 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> void
AttributeMappingNodeProcessor.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 void
FilterByQueriedAttributeDesignators.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 void
FilterByQueriedAttributes.decodeAttribute
(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, Attribute input, Multimap<String, IdPAttribute> results) Access the registry of transcoding rules to decode the inputAttribute
.private void
ValidateSAMLAuthentication.decodeAttribute
(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, Attribute input, Multimap<String, IdPAttribute> results) Access the registry of transcoding rules to decode the inputAttribute
.