@Deprecated @Retention(value=RUNTIME) @Target(value={TYPE,FIELD}) public @interface LDAP
Modifier and Type | Fields and Description |
---|---|
static String |
DEFAULT_DISTINGUISHING_FIELD
Deprecated.
|
Modifier and Type | Optional Element and Description |
---|---|
String[] |
booleanBasedEnumStorageOptions
Deprecated.
Applicable to EnumSet<some enum>.
|
String |
distinguishingField
Deprecated.
|
String |
mapEntryObjectClass
Deprecated.
|
String |
mapValueAttribute
Deprecated.
|
boolean |
noContainerNode
Deprecated.
Can be used on classes and on fields
|
String[] |
objectClasses
Deprecated.
|
String |
overriddenName
Deprecated.
Alternative property name that overrides the ConfigurableProperty's name when this property is stored in LDAP.
|
public static final String DEFAULT_DISTINGUISHING_FIELD
public abstract String distinguishingField
public abstract boolean noContainerNode
public abstract String[] objectClasses
public abstract String mapValueAttribute
public abstract String mapEntryObjectClass
public abstract String[] booleanBasedEnumStorageOptions
public abstract String overriddenName
Copyright © 2017 dcm4che.org. All rights reserved.