Uses of Class
net.shibboleth.idp.attribute.StringAttributeValue
Packages that use StringAttributeValue
Package
Description
IdPAttributes are protocol-agnostic
units of information about some thing, usually a user.Implementations of various
AttributeDefinitions.A
DataConnector implementation that maps from a given set of
source value to an output value.Implementation classes for CAS attribute support.
Implementations of SAML transcoders.
-
Uses of StringAttributeValue in net.shibboleth.idp.attribute
Subclasses of StringAttributeValue in net.shibboleth.idp.attributeModifier and TypeClassDescriptionfinal classAn attribute value with an associated scope. -
Uses of StringAttributeValue in net.shibboleth.idp.attribute.resolver.ad.impl
Methods in net.shibboleth.idp.attribute.resolver.ad.impl with parameters of type StringAttributeValueModifier and TypeMethodDescriptionprivate IdPAttributeValuePrescopedAttributeDefinition.buildScopedStringAttributeValue(StringAttributeValue value) Builds aScopedStringAttributeValuefrom aStringAttributeValuewhose value contains a delimited value. -
Uses of StringAttributeValue in net.shibboleth.idp.attribute.resolver.ad.mapped.impl
Fields in net.shibboleth.idp.attribute.resolver.ad.mapped.impl declared as StringAttributeValueModifier and TypeFieldDescriptionprivate StringAttributeValueMappedAttributeDefinition.defaultValueDefault return value.Methods in net.shibboleth.idp.attribute.resolver.ad.mapped.impl that return StringAttributeValueModifier and TypeMethodDescriptionMappedAttributeDefinition.getDefaultAttributeValue()Gets the default return value.Methods in net.shibboleth.idp.attribute.resolver.ad.mapped.impl that return types with arguments of type StringAttributeValueModifier and TypeMethodDescriptionEvaluate an incoming attribute value against this value map.protected List<StringAttributeValue>Maps the value from a dependency in to the value(s) for this attribute. -
Uses of StringAttributeValue in net.shibboleth.idp.cas.attribute.transcoding.impl
Methods in net.shibboleth.idp.cas.attribute.transcoding.impl with parameters of type StringAttributeValueModifier and TypeMethodDescriptionprotected StringCASStringAttributeTranscoder.encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, StringAttributeValue value) Encodes an attribute value into a string. -
Uses of StringAttributeValue in net.shibboleth.idp.saml.attribute.transcoding.impl
Methods in net.shibboleth.idp.saml.attribute.transcoding.impl with parameters of type StringAttributeValueModifier and TypeMethodDescriptionprotected XMLObjectSAML1StringAttributeTranscoder.encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, StringAttributeValue 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.