Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.backends |
Contains various Directory Server backend implementations.
|
org.opends.server.backends.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
org.opends.server.backends.task |
Contains the code for the Directory Server backend that provides an interface
for executing administrative tasks.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not
appropriate for other packages.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
Modifier and Type | Method and Description |
---|---|
static ConditionResult |
ConditionResult.and()
Returns the logical AND of zero condition results, which is always
TRUE . |
static ConditionResult |
ConditionResult.and(ConditionResult... results)
Returns the logical AND of the provided condition results, which is
TRUE if all of the provided condition results are TRUE ,
FALSE if at least one of them is FALSE , and
UNDEFINED otherwise. |
static ConditionResult |
ConditionResult.and(ConditionResult r)
Returns the logical AND of the provided condition result, which is always
r . |
static ConditionResult |
ConditionResult.and(ConditionResult r1,
ConditionResult r2)
Returns the logical AND of the provided condition results, which is
TRUE if both of the provided condition results are TRUE ,
FALSE if at least one of them is FALSE , and
UNDEFINED otherwise. |
ConditionResult |
Assertion.matches(ByteSequence normalizedAttributeValue)
Indicates whether the provided attribute value should be considered a
match for this assertion value according to the matching rule.
|
ConditionResult |
Matcher.matches(Entry entry)
Indicates whether this filter
Matcher matches the provided
Entry . |
ConditionResult |
Filter.matches(Entry entry)
Indicates whether this
Filter matches the provided Entry
using the default schema. |
static ConditionResult |
ConditionResult.not(ConditionResult r)
Returns the logical NOT of the provided condition result, which is
TRUE if the provided condition result is FALSE ,
TRUE if it is FALSE , and UNDEFINED otherwise. |
static ConditionResult |
ConditionResult.or()
Returns the logical OR of zero condition results, which is always
FALSE . |
static ConditionResult |
ConditionResult.or(ConditionResult... results)
Returns the logical OR of the provided condition results, which is
FALSE if all of the provided condition results are FALSE ,
TRUE if at least one of them is TRUE , and
UNDEFINED otherwise. |
static ConditionResult |
ConditionResult.or(ConditionResult r)
Returns the logical OR of the provided condition result, which is always
r . |
static ConditionResult |
ConditionResult.or(ConditionResult r1,
ConditionResult r2)
Returns the logical OR of the provided condition results, which is
FALSE if both of the provided condition results are FALSE
, TRUE if at least one of them is TRUE , and
UNDEFINED otherwise. |
static ConditionResult |
ConditionResult.valueOf(boolean b)
Returns the condition result which is equivalent to the provided boolean
value.
|
static ConditionResult |
ConditionResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionResult[] |
ConditionResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ConditionResult |
ConditionResult.and(ConditionResult... results)
Returns the logical AND of the provided condition results, which is
TRUE if all of the provided condition results are TRUE ,
FALSE if at least one of them is FALSE , and
UNDEFINED otherwise. |
static ConditionResult |
ConditionResult.and(ConditionResult r)
Returns the logical AND of the provided condition result, which is always
r . |
static ConditionResult |
ConditionResult.and(ConditionResult r1,
ConditionResult r2)
Returns the logical AND of the provided condition results, which is
TRUE if both of the provided condition results are TRUE ,
FALSE if at least one of them is FALSE , and
UNDEFINED otherwise. |
static ConditionResult |
ConditionResult.not(ConditionResult r)
Returns the logical NOT of the provided condition result, which is
TRUE if the provided condition result is FALSE ,
TRUE if it is FALSE , and UNDEFINED otherwise. |
static ConditionResult |
ConditionResult.or(ConditionResult... results)
Returns the logical OR of the provided condition results, which is
FALSE if all of the provided condition results are FALSE ,
TRUE if at least one of them is TRUE , and
UNDEFINED otherwise. |
static ConditionResult |
ConditionResult.or(ConditionResult r)
Returns the logical OR of the provided condition result, which is always
r . |
static ConditionResult |
ConditionResult.or(ConditionResult r1,
ConditionResult r2)
Returns the logical OR of the provided condition results, which is
FALSE if both of the provided condition results are FALSE
, TRUE if at least one of them is TRUE , and
UNDEFINED otherwise. |
Modifier and Type | Field and Description |
---|---|
protected ConditionResult |
AuthenticationPolicyState.isDisabled
A boolean indicating whether the account associated with this
authentication state has been administratively disabled.
|
Modifier and Type | Method and Description |
---|---|
ConditionResult |
VirtualAttributeProvider.approximatelyEqualTo(Entry entry,
VirtualAttributeRule rule,
ByteString assertionValue)
Indicates whether this virtual attribute provider will generate
any value for the provided entry that is approximately equal to
the given value.
|
protected static ConditionResult |
AuthenticationPolicyState.getBoolean(Entry entry,
AttributeType attributeType)
A utility method which may be used by implementations in order to obtain
the value of the specified attribute from the provided entry as a boolean.
|
ConditionResult |
VirtualAttributeProvider.greaterThanOrEqualTo(Entry entry,
VirtualAttributeRule rule,
ByteString assertionValue)
Indicates whether this virtual attribute provider will generate any value
for the provided entry that is greater than or equal to the given value.
|
abstract ConditionResult |
Backend.hasSubordinates(DN entryDN)
Indicates whether the requested entry has any subordinates.
|
ConditionResult |
VirtualAttributeProvider.lessThanOrEqualTo(Entry entry,
VirtualAttributeRule rule,
ByteString assertionValue)
Indicates whether this virtual attribute provider will generate any value
for the provided entry that is less than or equal to the given value.
|
ConditionResult |
VirtualAttributeProvider.matchesEqualityAssertion(Entry entry,
VirtualAttributeRule rule,
ByteString assertionValue)
Indicates whether this virtual attribute provider matches the assertion
value.
|
ConditionResult |
VirtualAttributeProvider.matchesSubstring(Entry entry,
VirtualAttributeRule rule,
ByteString subInitial,
List<ByteString> subAny,
ByteString subFinal)
Indicates whether this virtual attribute provider will generate
any value which matches the provided substring.
|
Modifier and Type | Method and Description |
---|---|
ConditionResult |
TrustStoreBackend.hasSubordinates(DN entryDN) |
ConditionResult |
SchemaBackend.hasSubordinates(DN entryDN) |
ConditionResult |
RootDSEBackend.hasSubordinates(DN entryDN) |
ConditionResult |
NullBackend.hasSubordinates(DN entryDN) |
ConditionResult |
MonitorBackend.hasSubordinates(DN entryDN) |
ConditionResult |
MemoryBackend.hasSubordinates(DN entryDN) |
ConditionResult |
LDIFBackend.hasSubordinates(DN entryDN) |
ConditionResult |
ConfigurationBackend.hasSubordinates(DN entryDN) |
ConditionResult |
ChangelogBackend.hasSubordinates(DN entryDN) |
ConditionResult |
BackupBackend.hasSubordinates(DN entryDN) |
Modifier and Type | Method and Description |
---|---|
ConditionResult |
BackendImpl.hasSubordinates(DN entryDN) |
Modifier and Type | Method and Description |
---|---|
ConditionResult |
TaskBackend.hasSubordinates(DN entryDN) |
Modifier and Type | Method and Description |
---|---|
ConditionResult |
VirtualAttribute.approximatelyEqualTo(ByteString assertionValue) |
ConditionResult |
CollectiveVirtualAttribute.approximatelyEqualTo(ByteString assertionValue) |
ConditionResult |
Attribute.approximatelyEqualTo(ByteString assertionValue)
Indicates whether this attribute has any value(s) that are
approximately equal to the provided value.
|
ConditionResult |
VirtualAttribute.greaterThanOrEqualTo(ByteString assertionValue) |
ConditionResult |
CollectiveVirtualAttribute.greaterThanOrEqualTo(ByteString assertionValue) |
ConditionResult |
Attribute.greaterThanOrEqualTo(ByteString assertionValue)
Indicates whether this attribute has any value(s) that are
greater than or equal to the provided value.
|
ConditionResult |
VirtualAttribute.lessThanOrEqualTo(ByteString assertionValue) |
ConditionResult |
CollectiveVirtualAttribute.lessThanOrEqualTo(ByteString assertionValue) |
ConditionResult |
Attribute.lessThanOrEqualTo(ByteString assertionValue)
Indicates whether this attribute has any value(s) that are less
than or equal to the provided value.
|
ConditionResult |
VirtualAttribute.matchesEqualityAssertion(ByteString assertionValue) |
ConditionResult |
CollectiveVirtualAttribute.matchesEqualityAssertion(ByteString assertionValue) |
ConditionResult |
Attribute.matchesEqualityAssertion(ByteString assertionValue)
Indicates whether this attribute matches the specified assertion value.
|
ConditionResult |
VirtualAttribute.matchesSubstring(ByteString subInitial,
List<ByteString> subAny,
ByteString subFinal) |
ConditionResult |
CollectiveVirtualAttribute.matchesSubstring(ByteString subInitial,
List<ByteString> subAny,
ByteString subFinal) |
ConditionResult |
Attribute.matchesSubstring(ByteString subInitial,
List<ByteString> subAny,
ByteString subFinal)
Indicates whether this attribute has any value(s) that match the
provided substring.
|
Copyright 2010-2017 ForgeRock AS.