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.Testing utility classes.
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.attribute.resolver.testing
Fields in net.shibboleth.idp.attribute.resolver.testing declared as StringAttributeValueModifier and TypeFieldDescriptionstatic final StringAttributeValueTestSources.ATTRIBUTE_ATTRIBUTE_VALUE_RESULTA test attribute value.static final StringAttributeValueTestSources.COMMON_ATTRIBUTE_VALUE_RESULTA test attribute value.static final StringAttributeValueTestSources.CONNECTOR_ATTRIBUTE_VALUE_REGEXP_RESULTResult from a regexp.static final StringAttributeValueTestSources.CONNECTOR_ATTRIBUTE_VALUE_RESULTA test attribute value.static final StringAttributeValue[]TestSources.SECOND_ATTRIBUTE_VALUE_RESULTSSome test attributes. -
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.