Uses of Class
net.shibboleth.idp.attribute.AttributeEncodingException
-
Packages that use AttributeEncodingException 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.cas.attribute.transcoding.impl Implementation classes for CAS attribute support.net.shibboleth.idp.saml.attribute.transcoding Base classes for SAMLAttributeTranscoderclasses.net.shibboleth.idp.saml.attribute.transcoding.impl Implementations of SAML transcoders.net.shibboleth.idp.saml.profile.impl Actions common to SAML 1 and SAML 2 processing.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 AttributeEncodingException in net.shibboleth.idp.attribute.transcoding
Methods in net.shibboleth.idp.attribute.transcoding that throw AttributeEncodingException Modifier and Type Method Description protected abstract TAbstractAttributeTranscoder. doEncode(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends T> to, TranscodingRule rule)Encode the supplied attribute into a protocol specific representation.TAbstractAttributeTranscoder. encode(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends T> to, TranscodingRule rule)Encode the supplied attribute into a protocol specific representation.TAttributeTranscoder. 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 AttributeEncodingException Modifier and Type Method Description AttributeAbstractCASAttributeTranscoder. doEncode(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends Attribute> to, TranscodingRule rule)Encode the supplied attribute into a protocol specific representation.protected abstract StringAbstractCASAttributeTranscoder. 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 AttributeEncodingException Modifier and Type Method Description protected StringCASDateTimeAttributeTranscoder. encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, DateTimeAttributeValue value)Encodes an attribute value into a string.protected StringCASScopedStringAttributeTranscoder. encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, ScopedStringAttributeValue value)Encodes an attribute value into a string.protected StringCASStringAttributeTranscoder. 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 AttributeEncodingException Modifier and Type Method Description protected AttributeDesignatorAbstractSAML1AttributeTranscoder. 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 AttributeAbstractSAML2AttributeTranscoder. 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 AttributeTypeAbstractSAMLAttributeTranscoder. buildAttribute(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends AttributeType> to, TranscodingRule rule, List<XMLObject> attributeValues)Builds a SAML attribute element from the given attribute values.AttributeTypeAbstractSAMLAttributeTranscoder. doEncode(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends AttributeType> to, TranscodingRule rule)Encode the supplied attribute into a protocol specific representation.protected abstract XMLObjectAbstractSAMLAttributeTranscoder. 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 AttributeEncodingException Modifier and Type Method Description protected XMLObjectSAML1ByteAttributeTranscoder. encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, ByteAttributeValue value)Encodes an attribute value into a SAML AttributeValue element.protected XMLObjectSAML1ScopedStringAttributeTranscoder. encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, ScopedStringAttributeValue value)Encodes an attribute value into a SAML AttributeValue element.protected XMLObjectSAML1StringAttributeTranscoder. encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, StringAttributeValue value)Encodes an attribute value into a SAML AttributeValue element.protected XMLObjectSAML1XMLObjectAttributeTranscoder. encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, XMLObjectAttributeValue value)Encodes an attribute value into a SAML AttributeValue element.protected XMLObjectSAML2ByteAttributeTranscoder. encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, ByteAttributeValue value)Encodes an attribute value into a SAML AttributeValue element.protected XMLObjectSAML2DateTimeAttributeTranscoder. encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, DateTimeAttributeValue value)Encodes an attribute value into a SAML AttributeValue element.protected XMLObjectSAML2ScopedStringAttributeTranscoder. encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, ScopedStringAttributeValue value)Encodes an attribute value into a SAML AttributeValue element.protected XMLObjectSAML2StringAttributeTranscoder. encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, StringAttributeValue value)Encodes an attribute value into a SAML AttributeValue element.protected XMLObjectSAML2XMLObjectAttributeTranscoder. 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 AttributeEncodingException Modifier and Type Method Description protected intBaseAddAttributeStatementToAssertion. 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 AttributeEncodingException Modifier and Type Method Description private AttributeStatementAddAttributeStatementToAssertion. buildAttributeStatement(ProfileRequestContext profileRequestContext, Collection<IdPAttribute> attributes)Builds an attribute statement from a collection of attributes.private voidAddAttributeStatementToAssertion. encodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, IdPAttribute attribute, Collection<Attribute> results)EncodesIdPAttributeinto zero or moreAttributeobjects 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 AttributeEncodingException Modifier and Type Method Description private AttributeStatementAddAttributeStatementToAssertion. buildAttributeStatement(ProfileRequestContext profileRequestContext, Collection<IdPAttribute> attributes)Builds an attribute statement from a collection of attributes.private voidAddAttributeStatementToAssertion. encodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, IdPAttribute attribute, Collection<Attribute> results)Encodes aIdPAttributeinto zero or moreAttributeobjects if a proper encoder is available.
-