Uses of Class
net.shibboleth.idp.attribute.EmptyAttributeValue.EmptyType
-
Packages that use EmptyAttributeValue.EmptyType Package Description net.shibboleth.idp.attribute 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.EmptyType Modifier and Type Field Description private EmptyAttributeValue.EmptyTypeEmptyAttributeValue. valueValue of the attribute.Methods in net.shibboleth.idp.attribute that return EmptyAttributeValue.EmptyType Modifier and Type Method Description EmptyAttributeValue.EmptyTypeEmptyAttributeValue. getValue()Return the value.static EmptyAttributeValue.EmptyTypeEmptyAttributeValue.EmptyType. valueOf(String name)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.EmptyType Constructor Description EmptyAttributeValue(EmptyAttributeValue.EmptyType attributeValue)Constructor.
-