Package | Description |
---|---|
org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
org.opends.guitools.controlpanel.ui |
Contains the panels and dialogs displayed in the Control Panel.
|
Modifier and Type | Method and Description |
---|---|
ObjectClassType |
ObjectClass.getObjectClassType()
Returns the objectclass type for this objectclass.
|
static ObjectClassType |
ObjectClassType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectClassType[] |
ObjectClassType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectClass.Builder |
ObjectClass.Builder.type(ObjectClassType type)
Sets the type of this object class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StatusGenericPanel.checkCompatibleSuperiors(Set<ObjectClass> objectClassSuperiors,
ObjectClassType objectClassType,
List<LocalizableMessage> errors)
Checks whether the provided superior object classes are compatible with the
provided object class type.
|
Copyright 2010-2017 ForgeRock AS.