Uses of Class
net.shibboleth.idp.attribute.AttributeEncodingException
Packages that use AttributeEncodingException
Package
Description
APIs for transcoding of attributes.
APIs for CAS attribute support.
Implementation classes for CAS attribute support.
Base classes for SAML
AttributeTranscoder
classes.Implementations of SAML transcoders.
Actions common to SAML 1 and SAML 2 processing.
Profile processing actions related to SAML 1 messages.
Profile processing actions related to SAML 2 messages.
-
Uses of AttributeEncodingException in net.shibboleth.idp.attribute.transcoding
Methods in net.shibboleth.idp.attribute.transcoding that throw AttributeEncodingExceptionModifier and TypeMethodDescriptionprotected abstract T
AbstractAttributeTranscoder.doEncode
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends T> to, TranscodingRule rule) Encode the supplied attribute into a protocol specific representation.AbstractAttributeTranscoder.encode
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends T> to, TranscodingRule rule) Encode the supplied attribute into a protocol specific representation.AttributeTranscoder.encode
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends T> to, TranscodingRule rule) Encode the supplied attribute into a protocol specific representation. -
Uses of AttributeEncodingException in net.shibboleth.idp.cas.attribute
Methods in net.shibboleth.idp.cas.attribute that throw AttributeEncodingExceptionModifier and TypeMethodDescriptionAbstractCASAttributeTranscoder.doEncode
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends Attribute> to, TranscodingRule rule) Encode the supplied attribute into a protocol specific representation.protected abstract String
AbstractCASAttributeTranscoder.encodeValue
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, EncodedType value) Encodes an attribute value into a string. -
Uses of AttributeEncodingException in net.shibboleth.idp.cas.attribute.transcoding.impl
Methods in net.shibboleth.idp.cas.attribute.transcoding.impl that throw AttributeEncodingExceptionModifier and TypeMethodDescriptionprotected String
CASDateTimeAttributeTranscoder.encodeValue
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, DateTimeAttributeValue value) Encodes an attribute value into a string.protected String
CASScopedStringAttributeTranscoder.encodeValue
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, ScopedStringAttributeValue value) Encodes an attribute value into a string.protected String
CASStringAttributeTranscoder.encodeValue
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, StringAttributeValue value) Encodes an attribute value into a string. -
Uses of AttributeEncodingException in net.shibboleth.idp.saml.attribute.transcoding
Methods in net.shibboleth.idp.saml.attribute.transcoding that throw AttributeEncodingExceptionModifier and TypeMethodDescriptionprotected AttributeDesignator
AbstractSAML1AttributeTranscoder.buildAttribute
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends AttributeDesignator> to, TranscodingRule rule, List<XMLObject> attributeValues) Builds a SAML attribute element from the given attribute values.protected Attribute
AbstractSAML2AttributeTranscoder.buildAttribute
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends Attribute> to, TranscodingRule rule, List<XMLObject> attributeValues) Builds a SAML attribute element from the given attribute values.protected abstract AttributeType
AbstractSAMLAttributeTranscoder.buildAttribute
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends AttributeType> to, TranscodingRule rule, List<XMLObject> attributeValues) Builds a SAML attribute element from the given attribute values.AbstractSAMLAttributeTranscoder.doEncode
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends AttributeType> to, TranscodingRule rule) Encode the supplied attribute into a protocol specific representation.protected abstract XMLObject
AbstractSAMLAttributeTranscoder.encodeValue
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, EncodedType value) Encodes an attribute value into a SAML AttributeValue element. -
Uses of AttributeEncodingException in net.shibboleth.idp.saml.attribute.transcoding.impl
Methods in net.shibboleth.idp.saml.attribute.transcoding.impl that throw AttributeEncodingExceptionModifier and TypeMethodDescriptionprotected XMLObject
SAML1ByteAttributeTranscoder.encodeValue
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, ByteAttributeValue value) Encodes an attribute value into a SAML AttributeValue element.protected XMLObject
SAML1ScopedStringAttributeTranscoder.encodeValue
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, ScopedStringAttributeValue value) Encodes an attribute value into a SAML AttributeValue element.protected XMLObject
SAML1StringAttributeTranscoder.encodeValue
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, StringAttributeValue value) Encodes an attribute value into a SAML AttributeValue element.protected XMLObject
SAML1XMLObjectAttributeTranscoder.encodeValue
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, XMLObjectAttributeValue value) Encodes an attribute value into a SAML AttributeValue element.protected XMLObject
SAML2ByteAttributeTranscoder.encodeValue
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, ByteAttributeValue value) Encodes an attribute value into a SAML AttributeValue element.protected XMLObject
SAML2DateTimeAttributeTranscoder.encodeValue
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, DateTimeAttributeValue value) Encodes an attribute value into a SAML AttributeValue element.protected XMLObject
SAML2ScopedStringAttributeTranscoder.encodeValue
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, ScopedStringAttributeValue value) Encodes an attribute value into a SAML AttributeValue element.protected XMLObject
SAML2StringAttributeTranscoder.encodeValue
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, StringAttributeValue value) Encodes an attribute value into a SAML AttributeValue element.protected XMLObject
SAML2XMLObjectAttributeTranscoder.encodeValue
(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, XMLObjectAttributeValue value) Encodes an attribute value into a SAML AttributeValue element. -
Uses of AttributeEncodingException in net.shibboleth.idp.saml.profile.impl
Methods in net.shibboleth.idp.saml.profile.impl that throw AttributeEncodingExceptionModifier and TypeMethodDescriptionprotected int
BaseAddAttributeStatementToAssertion.encodeAttribute
(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<T> to, Collection<T> results) Access the registry of transcoding rules to transform the input attribute into a target type. -
Uses of AttributeEncodingException in net.shibboleth.idp.saml.saml1.profile.impl
Methods in net.shibboleth.idp.saml.saml1.profile.impl that throw AttributeEncodingExceptionModifier and TypeMethodDescriptionprivate AttributeStatement
AddAttributeStatementToAssertion.buildAttributeStatement
(ProfileRequestContext profileRequestContext, Collection<IdPAttribute> attributes) Builds an attribute statement from a collection of attributes.private void
AddAttributeStatementToAssertion.encodeAttribute
(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, IdPAttribute attribute, Collection<Attribute> results) EncodesIdPAttribute
into zero or moreAttribute
objects if a proper encoder is available. -
Uses of AttributeEncodingException in net.shibboleth.idp.saml.saml2.profile.impl
Methods in net.shibboleth.idp.saml.saml2.profile.impl that throw AttributeEncodingExceptionModifier and TypeMethodDescriptionprivate AttributeStatement
AddAttributeStatementToAssertion.buildAttributeStatement
(ProfileRequestContext profileRequestContext, Collection<IdPAttribute> attributes) Builds an attribute statement from a collection of attributes.private void
AddAttributeStatementToAssertion.encodeAttribute
(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, IdPAttribute attribute, Collection<Attribute> results) Encodes aIdPAttribute
into zero or moreAttribute
objects if a proper encoder is available.