Uses of Class
net.shibboleth.idp.attribute.StringAttributeValue
-
Packages that use StringAttributeValue Package Description net.shibboleth.idp.attribute IdPAttribute
s are protocol-agnostic units of information about some thing, usually a user.net.shibboleth.idp.attribute.resolver.ad.impl Implementations of variousAttributeDefinition
s.net.shibboleth.idp.attribute.resolver.ad.mapped.impl ADataConnector
implementation 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 class
ScopedStringAttributeValue
An 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 IdPAttributeValue
PrescopedAttributeDefinition. buildScopedStringAttributeValue(StringAttributeValue value)
Builds aScopedStringAttributeValue
from aStringAttributeValue
whose 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 StringAttributeValue
MappedAttributeDefinition. defaultValue
Default return value.Methods in net.shibboleth.idp.attribute.resolver.ad.mapped.impl that return StringAttributeValue Modifier and Type Method Description StringAttributeValue
MappedAttributeDefinition. 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 String
CASStringAttributeTranscoder. 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 XMLObject
SAML1StringAttributeTranscoder. encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, StringAttributeValue value)
Encodes an attribute value into a SAML AttributeValue element.protected XMLObject
SAML2StringAttributeTranscoder. encodeValue(ProfileRequestContext profileRequestContext, IdPAttribute attribute, TranscodingRule rule, StringAttributeValue value)
Encodes an attribute value into a SAML AttributeValue element.
-