Uses of Enum Class
org.forgerock.opendj.ldap.ConditionResult
Packages that use ConditionResult
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Contains a number of API declarations for use throughout the Directory Server.
Contains various Directory Server backend implementations.
Contains the code for implementing Directory Server pluggable storage backends.
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
-
Uses of ConditionResult in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return ConditionResultModifier and TypeMethodDescriptionstatic ConditionResultConditionResult.and()Returns the logical AND of zero condition results, which is alwaysTRUE.ConditionResult.and(ConditionResult r) Returns the logical AND of the this condition result with the provided condition result, which isTRUEif both of the condition results areTRUE,FALSEif at least one of them isFALSE, andUNDEFINEDotherwise.static ConditionResultConditionResult.and(ConditionResult... results) Returns the logical AND of the provided condition results, which isTRUEif all of the provided condition results areTRUE,FALSEif at least one of them isFALSE, andUNDEFINEDotherwise.static ConditionResultConditionResult.and(ConditionResult r1, ConditionResult r2) Returns the logical AND of the provided condition results, which isTRUEif both of the provided condition results areTRUE,FALSEif at least one of them isFALSE, andUNDEFINEDotherwise.default ConditionResultIndicates whether the provided attribute should be considered a match for this assertion value according to the matching rule.Assertion.matches(ByteString normalizedAttributeValue) Indicates whether the provided attribute value should be considered a match for this assertion value according to the matching rule.Indicates whether thisFiltermatches the providedEntryusing the default schema.Indicates whether this filterMatchermatches the providedEntry.ConditionResult.not()Returns the logical NOT of this condition result, which isTRUEif this condition result isFALSE,TRUEif it isFALSE, andUNDEFINEDotherwise.static ConditionResultConditionResult.not(ConditionResult r) Returns the logical NOT of the provided condition result, which isTRUEif the provided condition result isFALSE,TRUEif it isFALSE, andUNDEFINEDotherwise.static ConditionResultConditionResult.or()Returns the logical OR of zero condition results, which is alwaysFALSE.ConditionResult.or(ConditionResult r) Returns the logical OR of the this condition result with the provided condition result, which isFALSEif both of the condition results areFALSE,TRUEif at least one of them isTRUE, andUNDEFINEDotherwise.static ConditionResultConditionResult.or(ConditionResult... results) Returns the logical OR of the provided condition results, which isFALSEif all of the provided condition results areFALSE,TRUEif at least one of them isTRUE, andUNDEFINEDotherwise.static ConditionResultConditionResult.or(ConditionResult r1, ConditionResult r2) Returns the logical OR of the provided condition results, which isFALSEif both of the provided condition results areFALSE,TRUEif at least one of them isTRUE, andUNDEFINEDotherwise.static ConditionResultConditionResult.valueOf(boolean b) Returns the condition result which is equivalent to the provided boolean value.static ConditionResultReturns the enum constant of this class with the specified name.static ConditionResult[]ConditionResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forgerock.opendj.ldap with parameters of type ConditionResultModifier and TypeMethodDescriptionConditionResult.and(ConditionResult r) Returns the logical AND of the this condition result with the provided condition result, which isTRUEif both of the condition results areTRUE,FALSEif at least one of them isFALSE, andUNDEFINEDotherwise.static ConditionResultConditionResult.and(ConditionResult... results) Returns the logical AND of the provided condition results, which isTRUEif all of the provided condition results areTRUE,FALSEif at least one of them isFALSE, andUNDEFINEDotherwise.static ConditionResultConditionResult.and(ConditionResult r1, ConditionResult r2) Returns the logical AND of the provided condition results, which isTRUEif both of the provided condition results areTRUE,FALSEif at least one of them isFALSE, andUNDEFINEDotherwise.static ConditionResultConditionResult.not(ConditionResult r) Returns the logical NOT of the provided condition result, which isTRUEif the provided condition result isFALSE,TRUEif it isFALSE, andUNDEFINEDotherwise.ConditionResult.or(ConditionResult r) Returns the logical OR of the this condition result with the provided condition result, which isFALSEif both of the condition results areFALSE,TRUEif at least one of them isTRUE, andUNDEFINEDotherwise.static ConditionResultConditionResult.or(ConditionResult... results) Returns the logical OR of the provided condition results, which isFALSEif all of the provided condition results areFALSE,TRUEif at least one of them isTRUE, andUNDEFINEDotherwise.static ConditionResultConditionResult.or(ConditionResult r1, ConditionResult r2) Returns the logical OR of the provided condition results, which isFALSEif both of the provided condition results areFALSE,TRUEif at least one of them isTRUE, andUNDEFINEDotherwise. -
Uses of ConditionResult in org.opends.server.api
Fields in org.opends.server.api declared as ConditionResultModifier and TypeFieldDescriptionprotected ConditionResultAuthenticationPolicyState.isDisabledA boolean indicating whether the account associated with this authentication state has been administratively disabled.Methods in org.opends.server.api that return ConditionResultModifier and TypeMethodDescriptionprotected static ConditionResultAuthenticationPolicyState.getBoolean(Entry entry, String attributeName) 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.abstract ConditionResultLocalBackend.hasSubordinates(Dn entryDN) Indicates whether the requested entry has any subordinates. -
Uses of ConditionResult in org.opends.server.backends
Methods in org.opends.server.backends that return ConditionResultModifier and TypeMethodDescriptionChangelogBackend.hasSubordinates(Dn entryDN) ConfigurationBackend.hasSubordinates(Dn entryDN) LDIFBackend.hasSubordinates(Dn entryDN) MemoryBackend.hasSubordinates(Dn entryDN) MonitorBackend.hasSubordinates(Dn entryDN) NullBackend.hasSubordinates(Dn entryDN) RootDSEBackend.hasSubordinates(Dn entryDN) SchemaBackend.hasSubordinates(Dn entryDN) -
Uses of ConditionResult in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable that return ConditionResult -
Uses of ConditionResult in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return ConditionResult