Searched defs:undefined (Results 1 - 6 of 6) sorted by relevance
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/ |
H A D | EnumEvalResult.java | 50 * internal processing of the evaluation is undefined. It is never returned 63 * The method tries to determine if the result was undefined, and if so 64 * it returns an FAIL enumeration. If the result was not undefined (the 69 * @param undefined A flag that signals the the result was undefined. 71 * the undefined field and the bind rule type enumeration. 73 public EnumEvalResult getRet(EnumBindRuleType type, boolean undefined) { argument 75 if(this.equals(EnumEvalResult.TRUE) || !undefined) {
|
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/ |
H A D | EnumEvalResult.java | 51 * internal processing of the evaluation is undefined. It is never returned 64 * The method tries to determine if the result was undefined, and if so 65 * it returns an FAIL enumeration. If the result was not undefined (the 70 * @param undefined A flag that signals the the result was undefined. 72 * the undefined field and the bind rule type enumeration. 74 public EnumEvalResult getRet(EnumBindRuleType type, boolean undefined) { argument 76 if(this.equals(EnumEvalResult.TRUE) || !undefined) {
|
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/ |
H A D | EnumEvalResult.java | 51 * internal processing of the evaluation is undefined. It is never returned 64 * The method tries to determine if the result was undefined, and if so 65 * it returns an FAIL enumeration. If the result was not undefined (the 70 * @param undefined A flag that signals the the result was undefined. 72 * the undefined field and the bind rule type enumeration. 74 public EnumEvalResult getRet(EnumBindRuleType type, boolean undefined) { argument 76 if(this.equals(EnumEvalResult.TRUE) || !undefined) {
|
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/ |
H A D | EnumEvalResult.java | 50 * internal processing of the evaluation is undefined. It is never returned 63 * The method tries to determine if the result was undefined, and if so 64 * it returns an FAIL enumeration. If the result was not undefined (the 69 * @param undefined A flag that signals the the result was undefined. 71 * the undefined field and the bind rule type enumeration. 73 public EnumEvalResult getRet(EnumBindRuleType type, boolean undefined) { argument 75 if(this.equals(EnumEvalResult.TRUE) || !undefined) {
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/ |
H A D | EnumEvalResult.java | 51 * internal processing of the evaluation is undefined. It is never returned 64 * The method tries to determine if the result was undefined, and if so 65 * it returns an FAIL enumeration. If the result was not undefined (the 70 * @param undefined A flag that signals the the result was undefined. 72 * the undefined field and the bind rule type enumeration. 74 public EnumEvalResult getRet(EnumBindRuleType type, boolean undefined) { argument 76 if(this.equals(EnumEvalResult.TRUE) || !undefined) {
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/ |
H A D | EnumEvalResult.java | 50 * internal processing of the evaluation is undefined. It is never returned 63 * The method tries to determine if the result was undefined, and if so 64 * it returns an FAIL enumeration. If the result was not undefined (the 69 * @param undefined A flag that signals the the result was undefined. 71 * the undefined field and the bind rule type enumeration. 73 public EnumEvalResult getRet(EnumBindRuleType type, boolean undefined) { argument 74 if (equals(EnumEvalResult.TRUE) || !undefined) {
|
Completed in 598 milliseconds