Searched defs:bindRule (Results 1 - 14 of 14) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DPermBindRulePair.java39 private BindRule bindRule; field in class:PermBindRulePair
51 * @param bindRule A string representing the bind rule.
54 private PermBindRulePair(String perm, String rights, String bindRule) argument
57 this.bindRule=BindRule.decode(bindRule);
78 return bindRule;
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DPermBindRulePair.java39 private BindRule bindRule; field in class:PermBindRulePair
51 * @param bindRule A string representing the bind rule.
54 private PermBindRulePair(String perm, String rights, String bindRule) argument
57 this.bindRule=BindRule.decode(bindRule);
78 return bindRule;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPermBindRulePair.java39 private BindRule bindRule; field in class:PermBindRulePair
51 * @param bindRule A string representing the bind rule.
54 private PermBindRulePair(String perm, String rights, String bindRule) argument
57 this.bindRule=BindRule.decode(bindRule);
78 return bindRule;
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DPermBindRulePair.java36 private BindRule bindRule; field in class:PermBindRulePair
46 * @param bindRule A string representing the bind rule.
49 private PermBindRulePair(String perm, String rights, String bindRule) argument
52 this.bindRule=BindRule.decode(bindRule);
73 return bindRule;
116 if (this.bindRule != null) {
117 this.bindRule.toString(buffer);
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPermBindRulePair.java36 private BindRule bindRule; field in class:PermBindRulePair
46 * @param bindRule A string representing the bind rule.
49 private PermBindRulePair(String perm, String rights, String bindRule) argument
52 this.bindRule=BindRule.decode(bindRule);
73 return bindRule;
116 if (this.bindRule != null) {
117 this.bindRule.toString(buffer);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DPermBindRulePair.java36 private BindRule bindRule; field in class:PermBindRulePair
46 * @param bindRule A string representing the bind rule.
49 private PermBindRulePair(String perm, String rights, String bindRule) argument
52 this.bindRule=BindRule.decode(bindRule);
73 return bindRule;
116 if (this.bindRule != null) {
117 this.bindRule.toString(buffer);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DACI.java637 StringBuffer bindRule = new StringBuffer();
726 bindRule.append(tempBuffer);
746 if (bindRule.length() > 0) {
747 bindRule.append(SPACE).append(OR).append(SPACE);
749 bindRule.append(tempBuffer);
769 if (bindRule.length() > 0) {
770 bindRule.append(" or ");
772 bindRule.append(tempBuffer);
792 if (bindRule.length() > 0) {
793 bindRule
1521 setBindRule(BindRule bindRule) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DACI.java637 StringBuffer bindRule = new StringBuffer();
726 bindRule.append(tempBuffer);
746 if (bindRule.length() > 0) {
747 bindRule.append(SPACE).append(OR).append(SPACE);
749 bindRule.append(tempBuffer);
769 if (bindRule.length() > 0) {
770 bindRule.append(" or ");
772 bindRule.append(tempBuffer);
792 if (bindRule.length() > 0) {
793 bindRule
1521 setBindRule(BindRule bindRule) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2283 // Anything else is permission and a bindRule
2286 String bindRule = aciFields[i+1];
2290 aci.append(EOL + " " + permission + " " + bindRule + ";");
2724 private static String not(String bindRule) { argument
2725 return "not " + bindRule;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2226 // Anything else is permission and a bindRule
2229 String bindRule = aciFields[i+1];
2233 aci.append(EOL + " " + permission + " " + bindRule + ";");
2656 private static String not(String bindRule) { argument
2657 return "not " + bindRule;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2283 // Anything else is permission and a bindRule
2286 String bindRule = aciFields[i+1];
2290 aci.append(EOL + " " + permission + " " + bindRule + ";");
2724 private static String not(String bindRule) { argument
2725 return "not " + bindRule;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2226 // Anything else is permission and a bindRule
2229 String bindRule = aciFields[i+1];
2233 aci.append(EOL + " " + permission + " " + bindRule + ";");
2656 private static String not(String bindRule) { argument
2657 return "not " + bindRule;
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2283 // Anything else is permission and a bindRule
2286 String bindRule = aciFields[i+1];
2290 aci.append(EOL + " " + permission + " " + bindRule + ";");
2724 private static String not(String bindRule) { argument
2725 return "not " + bindRule;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DAciTests.java2206 // Anything else is permission and a bindRule
2209 String bindRule = aciFields[i+1];
2213 aci.append(EOL + " " + permission + " " + bindRule + ";");
2652 private static String not(String bindRule) { argument
2653 return "not " + bindRule;

Completed in 138 milliseconds