Uses of Interface
net.shibboleth.idp.attribute.IdPAttributeValue
-
Packages that use IdPAttributeValue Package Description net.shibboleth.idp.attribute IdPAttributes are protocol-agnostic units of information about some thing, usually a user. -
-
Uses of IdPAttributeValue in net.shibboleth.idp.attribute
Classes in net.shibboleth.idp.attribute that implement IdPAttributeValue Modifier and Type Class Description classByteAttributeValueAbyte[]value for anIdPAttribute.classEmptyAttributeValueAnIdPAttributeValuethat is empty.classScopedStringAttributeValueAn attribute value with an associated scope.classStringAttributeValueBase class forIdPAttributevalues that are strings.classXMLObjectAttributeValueAXMLObjectAttributeValuevalue for anIdPAttribute.Fields in net.shibboleth.idp.attribute with type parameters of type IdPAttributeValue Modifier and Type Field Description private List<IdPAttributeValue>IdPAttribute. valuesValues for this attribute.Methods in net.shibboleth.idp.attribute that return IdPAttributeValue Modifier and Type Method Description static IdPAttributeValueByteAttributeValue. valueOf(byte[] value)Returns anEmptyAttributeValueorByteAttributeValueas appropriate.static IdPAttributeValueScopedStringAttributeValue. valueOf(String value, String scope)Returns anEmptyAttributeValueorScopedStringAttributeValueas appropriate.static IdPAttributeValueStringAttributeValue. valueOf(String value)Returns anEmptyAttributeValueorStringAttributeValueas appropriate.Methods in net.shibboleth.idp.attribute that return types with arguments of type IdPAttributeValue Modifier and Type Method Description List<IdPAttributeValue>IdPAttribute. getValues()Get the unmodifiable ordered collection of values of the attribute.Method parameters in net.shibboleth.idp.attribute with type arguments of type IdPAttributeValue Modifier and Type Method Description voidIdPAttribute. setValues(Collection<IdPAttributeValue> newValues)Replaces the existing values for this attribute with the given values.
-