Uses of Class
net.shibboleth.idp.attribute.StringAttributeValue
-
Packages that use StringAttributeValue Package Description net.shibboleth.idp.attribute IdPAttributes are protocol-agnostic units of information about some thing, usually a user.net.shibboleth.idp.attribute.resolver.ad.impl Implementations of variousAttributeDefinitions.net.shibboleth.idp.attribute.resolver.ad.mapped.impl ADataConnectorimplementation that maps from a given set of source value to an output value.net.shibboleth.idp.cas.attribute.transcoding.impl Implementation classes for CAS attribute support.net.shibboleth.idp.saml.attribute.transcoding.impl Implementations of SAML transcoders. -
-
Uses of StringAttributeValue in net.shibboleth.idp.attribute
Subclasses of StringAttributeValue in net.shibboleth.idp.attribute Modifier and Type Class Description classScopedStringAttributeValueAn 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 StringAttributeValue Modifier and Type Method Description private 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 StringAttributeValue Modifier and Type Field Description private StringAttributeValueMappedAttributeDefinition. defaultValueDefault return value.Methods in net.shibboleth.idp.attribute.resolver.ad.mapped.impl that return StringAttributeValue Modifier and Type Method Description StringAttributeValueMappedAttributeDefinition. getDefaultAttributeValue()Gets the default return value.Methods in net.shibboleth.idp.attribute.resolver.ad.mapped.impl that return types with arguments of type StringAttributeValue Modifier and Type Method Description Set<StringAttributeValue>ValueMap. apply(String attributeValue)Evaluate an incoming attribute value against this value map.protected List<StringAttributeValue>MappedAttributeDefinition. mapValue(String value)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 StringAttributeValue Modifier and Type Method Description protected 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 StringAttributeValue Modifier and Type Method Description protected 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.
-