Package org.ldaptive.props
Enum PropertySource.PropertyDomain
- All Implemented Interfaces:
Serializable,Comparable<PropertySource.PropertyDomain>
- Enclosing interface:
- PropertySource<T>
Enum to define the domain for properties.
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalue()Returns the properties domain value.Returns the enum constant of this type with the specified name.static PropertySource.PropertyDomain[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
LDAP
ldap property domain. -
AUTH
auth property domain. -
POOL
pool property domain.
-
-
Field Details
-
domain
properties domain.
-
-
Constructor Details
-
PropertyDomain
Creates a new property domain.- Parameters:
s- properties domain
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
value
Returns the properties domain value.- Returns:
- properties domain
-