Uses of Enum
net.shibboleth.idp.attribute.EmptyAttributeValue.EmptyType
Packages that use EmptyAttributeValue.EmptyType
Package
Description
IdPAttribute
s 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.EmptyType
EmptyAttributeValue.value
Value 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 type with the specified name.static EmptyAttributeValue.EmptyType[]
EmptyAttributeValue.EmptyType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.shibboleth.idp.attribute with parameters of type EmptyAttributeValue.EmptyTypeModifierConstructorDescriptionEmptyAttributeValue
(EmptyAttributeValue.EmptyType attributeValue) Constructor.