Modifier and Type | Method and Description |
---|---|
static Set<AttributeInfo.Flags> |
SchemaParserUtil.getFlags(List<String> list) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectClassDelegate.attribute(String name,
Class<?> type,
Set<AttributeInfo.Flags> flags) |
Modifier and Type | Method and Description |
---|---|
static AttributeInfo.Flags |
AttributeInfo.Flags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeInfo.Flags[] |
AttributeInfo.Flags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<AttributeInfo.Flags> |
AttributeInfo.getFlags()
Returns the set of flags associated with the attribute.
|
Modifier and Type | Method and Description |
---|---|
static AttributeInfo |
AttributeInfoBuilder.build(String name,
Class<?> type,
Set<AttributeInfo.Flags> flags)
Convenience method to create an AttributeInfo.
|
AttributeInfoBuilder |
AttributeInfoBuilder.setFlags(Set<AttributeInfo.Flags> flags)
Sets all of the flags for this builder.
|
Modifier and Type | Method and Description |
---|---|
AttributeInfo |
LdapAttributeType.createAttributeInfo(String realName,
Set<AttributeInfo.Flags> add,
Set<AttributeInfo.Flags> remove) |
AttributeInfo |
LdapAttributeType.createAttributeInfo(String realName,
Set<AttributeInfo.Flags> add,
Set<AttributeInfo.Flags> remove) |
Constructor and Description |
---|
LdapAttributeType(Class<?> type,
Set<AttributeInfo.Flags> flags) |
Copyright © 2018–2025. All rights reserved.