Uses of Class
net.shibboleth.idp.attribute.XMLObjectAttributeValue
Packages that use XMLObjectAttributeValue
Package
Description
Implementations of SAML related
AttributeDefinition
and DataConnector.Implementations of SAML transcoders.
-
Uses of XMLObjectAttributeValue in net.shibboleth.idp.saml.attribute.resolver.impl
Methods in net.shibboleth.idp.saml.attribute.resolver.impl that return XMLObjectAttributeValueModifier and TypeMethodDescriptionprivate XMLObjectAttributeValueSAML1NameIdentifierAttributeDefinition.encodeOneValue(IdPAttributeValue theValue, AttributeResolutionContext resolutionContext) Deprecated, for removal: This API element is subject to removal in a future version.Worker function for doAttributeDefintionResolve.private XMLObjectAttributeValueSAML2NameIDAttributeDefinition.encodeOneValue(IdPAttributeValue theValue, AttributeResolutionContext resolutionContext) Deprecated, for removal: This API element is subject to removal in a future version.Worker function for doAttributeDefintionResolve. -
Uses of XMLObjectAttributeValue in net.shibboleth.idp.saml.attribute.transcoding.impl
Methods in net.shibboleth.idp.saml.attribute.transcoding.impl with parameters of type XMLObjectAttributeValueModifier and TypeMethodDescriptionprotected XMLObjectSAML1XMLObjectAttributeTranscoder.encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, XMLObjectAttributeValue 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.