Uses of Class
org.forgerock.opendj.ldap.ConditionResult
-
Packages that use ConditionResult 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.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side. -
-
Uses of ConditionResult in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return ConditionResult Modifier and Type Method Description static ConditionResultConditionResult. and()Returns the logical AND of zero condition results, which is alwaysTRUE.ConditionResultConditionResult. 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.ConditionResultAssertion. matches(ByteSequence normalizedAttributeValue)Indicates whether the provided attribute value should be considered a match for this assertion value according to the matching rule.ConditionResultFilter. matches(Entry entry)Indicates whether thisFiltermatches the providedEntryusing the default schema.ConditionResultMatcher. matches(Entry entry)Indicates whether this filterMatchermatches the providedEntry.default ConditionResultAssertion. matchesAny(Set<? extends ByteSequence> normalizedAttributeValues)Indicates whether the provided attribute values should be considered a match for this assertion value according to the matching rule.ConditionResultAbstractAttribute. matchesApproximateAssertion(Assertion assertion, ByteSequence rawAssertion)ConditionResultAttribute. matchesApproximateAssertion(Assertion assertion, ByteSequence rawAssertion)Indicates whether this attribute matches the specified assertion using the attribute's default approximate matching rule.ConditionResultAbstractAttribute. matchesEqualityAssertion(Assertion assertion, ByteSequence rawAssertion)ConditionResultAttribute. matchesEqualityAssertion(Assertion assertion, ByteSequence rawAssertion)Indicates whether this attribute matches the specified assertion using the attribute's default equality matching rule.ConditionResultLinkedAttribute. matchesEqualityAssertion(Assertion assertion, ByteSequence rawAssertion)NOTE: it is only possible to optimize for the equality matching rule because the other matching rules may not be compatible with the equality matching rule's normalized representation.ConditionResultAbstractAttribute. matchesGreaterOrEqualAssertion(Assertion assertion, ByteSequence rawAssertion)ConditionResultAttribute. matchesGreaterOrEqualAssertion(Assertion assertion, ByteSequence rawAssertion)Indicates whether this attribute matches the specified assertion using the attribute's default ordering matching rule.ConditionResultAbstractAttribute. matchesLessOrEqualAssertion(Assertion assertion, ByteSequence rawAssertion)ConditionResultAttribute. matchesLessOrEqualAssertion(Assertion assertion, ByteSequence rawAssertion)Indicates whether this attribute matches the specified assertion using the attribute's default ordering matching rule.ConditionResultAbstractAttribute. matchesSubstringAssertion(Assertion assertion, ByteSequence rawInitialSubstring, List<? extends ByteSequence> rawAnySubstrings, ByteSequence rawFinalSubstring)ConditionResultAttribute. matchesSubstringAssertion(Assertion assertion, ByteSequence rawInitialSubstring, List<? extends ByteSequence> rawAnySubstrings, ByteSequence rawFinalSubstring)Indicates whether this attribute matches the specified assertion using the attribute's default ordering matching rule.ConditionResultConditionResult. 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.ConditionResultConditionResult. 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 ConditionResultConditionResult. 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.Methods in org.forgerock.opendj.ldap with parameters of type ConditionResult Modifier and Type Method Description ConditionResultConditionResult. 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.ConditionResultConditionResult. 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 ConditionResult Modifier and Type Field Description protected ConditionResultAuthenticationPolicyState. isDisabledA boolean indicating whether the account associated with this authentication state has been administratively disabled.Methods in org.opends.server.api that return ConditionResult Modifier and Type Method Description protected 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 ConditionResult Modifier and Type Method Description ConditionResultChangelogBackend. hasSubordinates(Dn entryDN)ConditionResultConfigurationBackend. hasSubordinates(Dn entryDN)ConditionResultLDIFBackend. hasSubordinates(Dn entryDN)ConditionResultMemoryBackend. hasSubordinates(Dn entryDN)ConditionResultMonitorBackend. hasSubordinates(Dn entryDN)ConditionResultNullBackend. hasSubordinates(Dn entryDN)ConditionResultRootDSEBackend. hasSubordinates(Dn entryDN)ConditionResultSchemaBackend. hasSubordinates(Dn entryDN) -
Uses of ConditionResult in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable that return ConditionResult Modifier and Type Method Description ConditionResultBackendImpl. hasSubordinates(Dn entryDN) -
Uses of ConditionResult in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return ConditionResult Modifier and Type Method Description ConditionResultTaskBackend. hasSubordinates(Dn entryDN) -
Uses of ConditionResult in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin that return ConditionResult Modifier and Type Method Description ConditionResultEntryHistoricalAttribute. matchesApproximateAssertion(Assertion assertion, ByteSequence rawAssertion)ConditionResultEntryHistoricalAttribute. matchesEqualityAssertion(Assertion assertion, ByteSequence rawAssertion)ConditionResultEntryHistoricalAttribute. matchesGreaterOrEqualAssertion(Assertion assertion, ByteSequence rawAssertion)ConditionResultEntryHistoricalAttribute. matchesLessOrEqualAssertion(Assertion assertion, ByteSequence rawAssertion)ConditionResultEntryHistoricalAttribute. matchesSubstringAssertion(Assertion assertion, ByteSequence rawInitialSubstring, List<? extends ByteSequence> rawAnySubstrings, ByteSequence rawFinalSubstring)
-