Uses of Class
net.shibboleth.idp.attribute.AttributeDecodingException
-
Packages that use AttributeDecodingException Package Description net.shibboleth.idp.attribute.transcoding APIs for transcoding of attributes.net.shibboleth.idp.cas.attribute APIs for CAS attribute support.net.shibboleth.idp.saml.attribute.transcoding Base classes for SAMLAttributeTranscoderclasses.net.shibboleth.idp.saml.metadata.impl This package contains such class definitions as are needed to bridge between the relying-party.xml schema and OpenSAML.net.shibboleth.idp.saml.saml1.profile.impl Profile processing actions related to SAML 1 messages.net.shibboleth.idp.saml.saml2.profile.impl 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 AttributeDecodingException Modifier and Type Method Description IdPAttributeAbstractAttributeTranscoder. decode(ProfileRequestContext profileRequestContext, T input, TranscodingRule rule)Decode the supplied object into a protocol-neutral representation.IdPAttributeAttributeTranscoder. 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 AttributeDecodingException Modifier and Type Method Description protected IdPAttributeAbstractCASAttributeTranscoder. buildIdPAttribute(ProfileRequestContext profileRequestContext, Attribute attribute, TranscodingRule rule, List<IdPAttributeValue> attributeValues)Builds anIdPAttributefrom the given values.IdPAttributeAbstractCASAttributeTranscoder. 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 AttributeDecodingException Modifier and Type Method Description protected 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.IdPAttributeAbstractSAMLAttributeTranscoder. 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 AttributeDecodingException Modifier and Type Method Description private <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 AttributeDecodingException Modifier and Type Method Description private 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 AttributeDecodingException Modifier and Type Method Description protected 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.
-