Uses of Enum Class
net.shibboleth.idp.attribute.EmptyAttributeValue.EmptyType
Packages that use EmptyAttributeValue.EmptyType
Package
Description
IdPAttributes are protocol-agnostic
units of information about some thing, usually a user.-
Uses of EmptyAttributeValue.EmptyType in net.shibboleth.idp.attribute
Fields in net.shibboleth.idp.attribute declared as EmptyAttributeValue.EmptyTypeModifier and TypeFieldDescriptionprivate final EmptyAttributeValue.EmptyTypeEmptyAttributeValue.valueValue of the attribute.Methods in net.shibboleth.idp.attribute that return EmptyAttributeValue.EmptyTypeModifier and TypeMethodDescriptionEmptyAttributeValue.getValue()Return the value.Returns the enum constant of this class with the specified name.static EmptyAttributeValue.EmptyType[]EmptyAttributeValue.EmptyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.shibboleth.idp.attribute with parameters of type EmptyAttributeValue.EmptyTypeModifierConstructorDescriptionEmptyAttributeValue(EmptyAttributeValue.EmptyType attributeValue) Constructor.