Package | Description |
---|---|
org.forgerock.opendj.config |
Common administration classes.
|
Modifier and Type | Method and Description |
---|---|
static Tag |
Tag.valueOf(String name)
Returns the tag associated with the specified name.
|
Modifier and Type | Method and Description |
---|---|
Collection<Tag> |
AbstractManagedObjectDefinition.getAllTags()
Get all the tags associated with this type of managed object.
|
static Collection<Tag> |
Tag.values()
Returns an unmodifiable collection view of the set of registered tags.
|
Modifier and Type | Method and Description |
---|---|
int |
Tag.compareTo(Tag o) |
boolean |
AbstractManagedObjectDefinition.hasTag(Tag t)
Determines whether this managed object definition has the specified tag.
|
protected void |
AbstractManagedObjectDefinition.registerTag(Tag tag)
Register a tag with this managed object definition.
|
Copyright 2010-2018 ForgeRock AS.