Uses of Interface
net.shibboleth.idp.attribute.IdPAttributeValue
Packages that use IdPAttributeValue
Package
Description
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 IdPAttributeValueModifier and TypeClassDescriptionfinal classAbyte[]value for anIdPAttribute.classBase class forIdPAttributevalues that are date/time values.final classAnIdPAttributeValuethat is empty.final classAn attribute value with an associated scope.classBase class forIdPAttributevalues that are strings.final classAXMLObjectAttributeValuevalue for anIdPAttribute.Fields in net.shibboleth.idp.attribute with type parameters of type IdPAttributeValueModifier and TypeFieldDescriptionprivate List<IdPAttributeValue>IdPAttribute.valuesValues for this attribute.Methods in net.shibboleth.idp.attribute that return IdPAttributeValueModifier and TypeMethodDescriptionstatic IdPAttributeValueByteAttributeValue.valueOf(byte[] value) Returns anEmptyAttributeValueorByteAttributeValueas appropriate.static IdPAttributeValueReturns anEmptyAttributeValueorScopedStringAttributeValueas appropriate.static IdPAttributeValueReturns anEmptyAttributeValueorStringAttributeValueas appropriate.Methods in net.shibboleth.idp.attribute that return types with arguments of type IdPAttributeValueModifier and TypeMethodDescriptionIdPAttribute.getValues()Get the unmodifiable ordered collection of values of the attribute.Methods in net.shibboleth.idp.attribute with parameters of type IdPAttributeValueModifier and TypeMethodDescriptiondefault intIdPAttributeValue.compareTo(IdPAttributeValue value) Method parameters in net.shibboleth.idp.attribute with type arguments of type IdPAttributeValueModifier and TypeMethodDescriptionvoidIdPAttribute.setValues(List<IdPAttributeValue> newValues) Replaces the existing values for this attribute with the given values.