Searched defs:right (Results 1 - 25 of 95) sorted by relevance

1234

/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DPermBindRulePair.java93 * @param right The rights to match.
94 * @return True if one or more of the specified rights match a right in
97 public boolean hasRights(int right) { argument
98 return perm.hasRights(right);
H A DEnumRight.java37 * This enumeration is returned when the result of the right is "read".
41 * This enumeration is returned when the result of the right is "write".
45 * This enumeration is returned when the result of the right is "add".
49 * This enumeration is returned when the result of the right is "delete".
53 * This enumeration is returned when the result of the right is "search".
57 * This enumeration is returned when the result of the right is "compare".
61 * This enumeration is returned when the result of the right is
66 * This enumeration is returned when the result of the right is "proxy".
70 * This enumeration is returned when the result of the right is "import".
74 * This enumeration is returned when the result of the right i
95 private final String right; field in class:EnumRight
101 EnumRight(String right) argument
110 isRight(String right) argument
119 decode(String right) argument
135 getMask(EnumRight right) argument
[all...]
H A DBindRule.java55 * Complex bind rules have left and right values.
58 private BindRule right = null; field in class:BindRule
145 * I'm a bit confused by the constructor which takes left and right
153 * Constructor that represents a complex bind rule. The left and right
171 * @param right The right bind rule.
174 private BindRule(BindRule left, BindRule right, argument
178 this.right = right;
344 * @param remainingBindruleStr The string used to determine the right
560 evalComplex(EnumEvalResult left, EnumEvalResult right) argument
[all...]
H A DAciHandler.java660 // right.
666 // Check if the ACI_SELF right needs to be set (selfwrite right).
667 // Only done if the right is ACI_WRITE, an attribute value is set
680 // right should be set.
696 // then only do a proxy check if the right is not set to ACI_PROXY
1110 * @param right
1111 * The access right to check for.
1119 private boolean checkRDN(int right, RDN rdn, AciContainer container) argument
1123 container.setRights(right);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DPermBindRulePair.java93 * @param right The rights to match.
94 * @return True if one or more of the specified rights match a right in
97 public boolean hasRights(int right) { argument
98 return perm.hasRights(right);
H A DEnumRight.java37 * This enumeration is returned when the result of the right is "read".
41 * This enumeration is returned when the result of the right is "write".
45 * This enumeration is returned when the result of the right is "add".
49 * This enumeration is returned when the result of the right is "delete".
53 * This enumeration is returned when the result of the right is "search".
57 * This enumeration is returned when the result of the right is "compare".
61 * This enumeration is returned when the result of the right is
66 * This enumeration is returned when the result of the right is "proxy".
70 * This enumeration is returned when the result of the right is "import".
74 * This enumeration is returned when the result of the right i
95 private final String right; field in class:EnumRight
101 EnumRight(String right) argument
110 isRight(String right) argument
119 decode(String right) argument
135 getMask(EnumRight right) argument
[all...]
H A DBindRule.java55 * Complex bind rules have left and right values.
58 private BindRule right = null; field in class:BindRule
145 * I'm a bit confused by the constructor which takes left and right
153 * Constructor that represents a complex bind rule. The left and right
171 * @param right The right bind rule.
174 private BindRule(BindRule left, BindRule right, argument
178 this.right = right;
344 * @param remainingBindruleStr The string used to determine the right
560 evalComplex(EnumEvalResult left, EnumEvalResult right) argument
[all...]
H A DAciHandler.java660 // right.
666 // Check if the ACI_SELF right needs to be set (selfwrite right).
667 // Only done if the right is ACI_WRITE, an attribute value is set
680 // right should be set.
696 // then only do a proxy check if the right is not set to ACI_PROXY
1110 * @param right
1111 * The access right to check for.
1119 private boolean checkRDN(int right, RDN rdn, AciContainer container) argument
1123 container.setRights(right);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPermBindRulePair.java93 * @param right The rights to match.
94 * @return True if one or more of the specified rights match a right in
97 public boolean hasRights(int right) { argument
98 return perm.hasRights(right);
H A DEnumRight.java37 * This enumeration is returned when the result of the right is "read".
41 * This enumeration is returned when the result of the right is "write".
45 * This enumeration is returned when the result of the right is "add".
49 * This enumeration is returned when the result of the right is "delete".
53 * This enumeration is returned when the result of the right is "search".
57 * This enumeration is returned when the result of the right is "compare".
61 * This enumeration is returned when the result of the right is
66 * This enumeration is returned when the result of the right is "proxy".
70 * This enumeration is returned when the result of the right is "import".
74 * This enumeration is returned when the result of the right i
95 private final String right; field in class:EnumRight
101 EnumRight(String right) argument
110 isRight(String right) argument
119 decode(String right) argument
135 getMask(EnumRight right) argument
[all...]
H A DBindRule.java55 * Complex bind rules have left and right values.
58 private BindRule right = null; field in class:BindRule
145 * I'm a bit confused by the constructor which takes left and right
153 * Constructor that represents a complex bind rule. The left and right
171 * @param right The right bind rule.
174 private BindRule(BindRule left, BindRule right, argument
178 this.right = right;
344 * @param remainingBindruleStr The string used to determine the right
560 evalComplex(EnumEvalResult left, EnumEvalResult right) argument
[all...]
H A DAciHandler.java660 // right.
666 // Check if the ACI_SELF right needs to be set (selfwrite right).
667 // Only done if the right is ACI_WRITE, an attribute value is set
680 // right should be set.
696 // then only do a proxy check if the right is not set to ACI_PROXY
1110 * @param right
1111 * The access right to check for.
1119 private boolean checkRDN(int right, RDN rdn, AciContainer container) argument
1123 container.setRights(right);
[all...]
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DPermBindRulePair.java88 * @param right The rights to match.
89 * @return True if one or more of the specified rights match a right in
92 public boolean hasRights(int right) { argument
93 return perm.hasRights(right);
H A DEnumRight.java40 * This enumeration is returned when the result of the right is "read".
46 * This enumeration is returned when the result of the right is "write".
52 * This enumeration is returned when the result of the right is "add".
58 * This enumeration is returned when the result of the right is "delete".
64 * This enumeration is returned when the result of the right is "search".
70 * This enumeration is returned when the result of the right is "compare".
76 * This enumeration is returned when the result of the right is
83 * This enumeration is returned when the result of the right is "proxy".
89 * This enumeration is returned when the result of the right is "import".
95 * This enumeration is returned when the result of the right i
110 private final String right; field in class:EnumRight
116 EnumRight(String right) argument
134 isRight(String right) argument
143 decode(String right) argument
159 getMask(EnumRight right) argument
[all...]
H A DBindRule.java51 /** Complex bind rules have left and right values. */
53 private BindRule right = null; field in class:BindRule
126 * I'm a bit confused by the constructor which takes left and right
134 * Constructor that represents a complex bind rule. The left and right
152 * @param right The right bind rule.
155 private BindRule(BindRule left, BindRule right, argument
159 this.right = right;
325 * @param remainingBindruleStr The string used to determine the right
541 evalComplex(EnumEvalResult left, EnumEvalResult right) argument
[all...]
H A DAciHandler.java612 // right.
618 // Check if the ACI_SELF right needs to be set (selfwrite right).
619 // Only done if the right is ACI_WRITE, an attribute value is set
632 // right should be set.
648 // then only do a proxy check if the right is not set to ACI_PROXY
1044 * @param right
1045 * The access right to check for.
1053 private boolean checkRDN(int right, RDN rdn, AciContainer container) argument
1055 container.setRights(right);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPermBindRulePair.java88 * @param right The rights to match.
89 * @return True if one or more of the specified rights match a right in
92 public boolean hasRights(int right) { argument
93 return perm.hasRights(right);
H A DEnumRight.java40 * This enumeration is returned when the result of the right is "read".
46 * This enumeration is returned when the result of the right is "write".
52 * This enumeration is returned when the result of the right is "add".
58 * This enumeration is returned when the result of the right is "delete".
64 * This enumeration is returned when the result of the right is "search".
70 * This enumeration is returned when the result of the right is "compare".
76 * This enumeration is returned when the result of the right is
83 * This enumeration is returned when the result of the right is "proxy".
89 * This enumeration is returned when the result of the right is "import".
95 * This enumeration is returned when the result of the right i
110 private final String right; field in class:EnumRight
116 EnumRight(String right) argument
134 isRight(String right) argument
143 decode(String right) argument
159 getMask(EnumRight right) argument
[all...]
H A DBindRule.java51 /** Complex bind rules have left and right values. */
53 private BindRule right = null; field in class:BindRule
126 * I'm a bit confused by the constructor which takes left and right
134 * Constructor that represents a complex bind rule. The left and right
152 * @param right The right bind rule.
155 private BindRule(BindRule left, BindRule right, argument
159 this.right = right;
325 * @param remainingBindruleStr The string used to determine the right
541 evalComplex(EnumEvalResult left, EnumEvalResult right) argument
[all...]
H A DAciHandler.java612 // right.
618 // Check if the ACI_SELF right needs to be set (selfwrite right).
619 // Only done if the right is ACI_WRITE, an attribute value is set
632 // right should be set.
648 // then only do a proxy check if the right is not set to ACI_PROXY
1044 * @param right
1045 * The access right to check for.
1053 private boolean checkRDN(int right, RDN rdn, AciContainer container) argument
1055 container.setRights(right);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DPermBindRulePair.java88 * @param right The rights to match.
89 * @return True if one or more of the specified rights match a right in
92 public boolean hasRights(int right) { argument
93 return perm.hasRights(right);
H A DEnumRight.java40 * This enumeration is returned when the result of the right is "read".
46 * This enumeration is returned when the result of the right is "write".
52 * This enumeration is returned when the result of the right is "add".
58 * This enumeration is returned when the result of the right is "delete".
64 * This enumeration is returned when the result of the right is "search".
70 * This enumeration is returned when the result of the right is "compare".
76 * This enumeration is returned when the result of the right is
83 * This enumeration is returned when the result of the right is "proxy".
89 * This enumeration is returned when the result of the right is "import".
95 * This enumeration is returned when the result of the right i
110 private final String right; field in class:EnumRight
116 EnumRight(String right) argument
134 isRight(String right) argument
143 decode(String right) argument
159 getMask(EnumRight right) argument
[all...]
H A DBindRule.java49 /** Complex bind rules have left and right values. */
51 private BindRule right; field in class:BindRule
109 * I'm a bit confused by the constructor which takes left and right
117 * Constructor that represents a complex bind rule. The left and right
135 * @param right The right bind rule.
138 private BindRule(BindRule left, BindRule right, EnumBooleanTypes booleanType) { argument
141 this.right = right;
286 * @param remainingBindruleStr The string used to determine the right
452 evalComplex(EnumEvalResult left, EnumEvalResult right) argument
[all...]
H A DAciHandler.java518 // right.
524 // Check if the ACI_SELF right needs to be set (selfwrite right).
525 // Only done if the right is ACI_WRITE, an attribute value is set
537 // right should be set.
897 * @param right
898 * The access right to check for.
906 private boolean checkRDN(int right, RDN rdn, AciContainer container) argument
908 container.setRights(right);
1228 * method supports the search right
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java138 * Specifies the right inset for background image.
1395 * @param right the right margin.
1400 public static String applyMargin(String html, int top, int right, int bottom, argument
1403 return "<div style=\"margin:" + top + "px " + right + "px " + bottom + "px "

Completed in 63 milliseconds

1234