Searched defs:rights (Results 1 - 25 of 59) sorted by relevance

123

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciLDAPOperationContainer.java43 * @param rights The rights of a compare operation.
47 int rights, Entry entry)
49 super(operation, rights, entry);
56 * @param rights The rights of a compare operation.
59 int rights)
61 super(operation, rights, operation.getEntryToCompare());
67 * rights..
72 * @param rights Th
46 AciLDAPOperationContainer(Operation operation, int rights, Entry entry) argument
58 AciLDAPOperationContainer(LocalBackendCompareOperation operation, int rights) argument
74 AciLDAPOperationContainer(Operation operation, Entry e, AuthenticationInfo authInfo, int rights) argument
89 AciLDAPOperationContainer(Operation operation, Entry e, Control c, int rights) argument
102 AciLDAPOperationContainer(ExtendedOperation operation, Entry e, int rights) argument
113 AciLDAPOperationContainer(LocalBackendAddOperation operation, int rights) argument
124 AciLDAPOperationContainer(LocalBackendDeleteOperation operation, int rights) argument
134 AciLDAPOperationContainer(LocalBackendModifyOperation operation, int rights) argument
146 AciLDAPOperationContainer(ModifyDNOperation operation, int rights, Entry entry) argument
[all...]
H A DPermission.java49 * The rights (search, add, delete, ...) corresponding to the ACI rights
52 private int rights; field in class:Permission
60 * Regular expression used to match the ACI rights string.
71 * @param rights A string representing the rights.
72 * @throws AciException If the access type string or rights string
75 private Permission(String accessType, String rights) argument
83 if (!Pattern.matches(rightsRegex, rights)){
84 Message message = WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX.get(rights);
113 decode(String accessType, String rights) argument
133 hasRights(int rights) argument
[all...]
H A DPermBindRulePair.java45 * @param rights A string representing the rights.
49 private PermBindRulePair(String perm, String rights, String bindRule) argument
51 this.perm=Permission.decode(perm, rights);
58 * @param rights A string representing the rights.
63 public static PermBindRulePair decode(String perm, String rights, argument
65 return new PermBindRulePair(perm, rights, bRule);
86 * Try and match one or more of the specified rights against a rights se
[all...]
H A DEnumRight.java35 * This class provides an enumeration of the allowed rights.
203 * the rights mask for which to return the corresponding EnumRight
208 // Next 3 rights are not included in ALL for historical reasons.
222 // the remaining rights are already included in ALL
241 * Checks if the provided rights mask has the specified rights.
244 * The rights mask to look into.
245 * @param rights
246 * The rights to check for.
247 * @return true if the rights mas
250 hasRights(int rightsMask, int rights) argument
[all...]
H A DAciBody.java61 * Regular expression group position for the rights string.
93 * the rights group "(read, write, ...)". The last pattern looks for a group
205 String rights=bodyMatcher1.group(RIGHTS);
207 PermBindRulePair pair = PermBindRulePair.decode(perm, rights, bRule);
241 * try and match a single right of the specified rights.
243 * @param rights The rights that are used in the match.
244 * @return True if a one or more right of the specified rights matches
245 * a body's permission rights.
247 public boolean hasRights(int rights) { argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciLDAPOperationContainer.java45 * @param rights The rights of a compare operation.
49 int rights, Entry entry)
51 super(operation, rights, entry);
58 * @param rights The rights of a compare operation.
61 int rights)
63 super(operation, rights, operation.getEntryToCompare());
69 * rights..
74 * @param rights Th
48 AciLDAPOperationContainer(Operation operation, int rights, Entry entry) argument
60 AciLDAPOperationContainer(LocalBackendCompareOperation operation, int rights) argument
76 AciLDAPOperationContainer(Operation operation, Entry e, AuthenticationInfo authInfo, int rights) argument
91 AciLDAPOperationContainer(Operation operation, Entry e, Control c, int rights) argument
104 AciLDAPOperationContainer(ExtendedOperation operation, Entry e, int rights) argument
115 AciLDAPOperationContainer(LocalBackendAddOperation operation, int rights) argument
126 AciLDAPOperationContainer(LocalBackendDeleteOperation operation, int rights) argument
136 AciLDAPOperationContainer(LocalBackendModifyOperation operation, int rights) argument
148 AciLDAPOperationContainer(LocalBackendModifyDNOperation operation, int rights, Entry entry) argument
[all...]
H A DPermBindRulePair.java50 * @param rights A string representing the rights.
54 private PermBindRulePair(String perm, String rights, String bindRule) argument
56 this.perm=Permission.decode(perm, rights);
63 * @param rights A string representing the rights.
68 public static PermBindRulePair decode(String perm, String rights, argument
70 return new PermBindRulePair(perm, rights, bRule);
91 * Try and match one or more of the specified rights against a rights se
[all...]
H A DPermission.java47 * The rights (search, add, delete, ...) corresponding to the ACI rights
50 private int rights; field in class:Permission
58 * Regular expression used to match the ACI rights string.
69 * @param rights A string representing the rights.
70 * @throws AciException If the access type string or rights string
73 private Permission(String accessType, String rights) argument
81 if (!Pattern.matches(rightsRegex, rights)){
82 Message message = WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX.get(rights);
112 decode(String accessType, String rights) argument
132 hasRights(int rights) argument
[all...]
H A DAciBody.java61 * Regular expression group position for the rights string.
94 * the rights group "(read, write, ...)". The last pattern looks for a group
207 String rights=bodyMatcher1.group(RIGHTS);
209 PermBindRulePair pair = PermBindRulePair.decode(perm, rights, bRule);
243 * try and match a single right of the specified rights.
245 * @param rights The rights that are used in the match.
246 * @return True if a one or more right of the specified rights matches
247 * a body's permission rights.
249 public boolean hasRights(int rights) { argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciLDAPOperationContainer.java45 * @param rights The rights of a compare operation.
49 int rights, Entry entry)
51 super(operation, rights, entry);
58 * @param rights The rights of a compare operation.
61 int rights)
63 super(operation, rights, operation.getEntryToCompare());
69 * rights..
74 * @param rights Th
48 AciLDAPOperationContainer(Operation operation, int rights, Entry entry) argument
60 AciLDAPOperationContainer(LocalBackendCompareOperation operation, int rights) argument
76 AciLDAPOperationContainer(Operation operation, Entry e, AuthenticationInfo authInfo, int rights) argument
91 AciLDAPOperationContainer(Operation operation, Entry e, Control c, int rights) argument
104 AciLDAPOperationContainer(ExtendedOperation operation, Entry e, int rights) argument
115 AciLDAPOperationContainer(LocalBackendAddOperation operation, int rights) argument
126 AciLDAPOperationContainer(LocalBackendDeleteOperation operation, int rights) argument
136 AciLDAPOperationContainer(LocalBackendModifyOperation operation, int rights) argument
148 AciLDAPOperationContainer(LocalBackendModifyDNOperation operation, int rights, Entry entry) argument
[all...]
H A DPermBindRulePair.java50 * @param rights A string representing the rights.
54 private PermBindRulePair(String perm, String rights, String bindRule) argument
56 this.perm=Permission.decode(perm, rights);
63 * @param rights A string representing the rights.
68 public static PermBindRulePair decode(String perm, String rights, argument
70 return new PermBindRulePair(perm, rights, bRule);
91 * Try and match one or more of the specified rights against a rights se
[all...]
H A DPermission.java47 * The rights (search, add, delete, ...) corresponding to the ACI rights
50 private int rights; field in class:Permission
58 * Regular expression used to match the ACI rights string.
69 * @param rights A string representing the rights.
70 * @throws AciException If the access type string or rights string
73 private Permission(String accessType, String rights) argument
81 if (!Pattern.matches(rightsRegex, rights)){
82 Message message = WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX.get(rights);
112 decode(String accessType, String rights) argument
132 hasRights(int rights) argument
[all...]
H A DAciBody.java61 * Regular expression group position for the rights string.
94 * the rights group "(read, write, ...)". The last pattern looks for a group
207 String rights=bodyMatcher1.group(RIGHTS);
209 PermBindRulePair pair = PermBindRulePair.decode(perm, rights, bRule);
243 * try and match a single right of the specified rights.
245 * @param rights The rights that are used in the match.
246 * @return True if a one or more right of the specified rights matches
247 * a body's permission rights.
249 public boolean hasRights(int rights) { argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciLDAPOperationContainer.java43 * @param rights The rights of a compare operation.
47 int rights, Entry entry)
49 super(operation, rights, entry);
56 * @param rights The rights of a compare operation.
59 int rights)
61 super(operation, rights, operation.getEntryToCompare());
67 * rights..
72 * @param rights Th
46 AciLDAPOperationContainer(Operation operation, int rights, Entry entry) argument
58 AciLDAPOperationContainer(LocalBackendCompareOperation operation, int rights) argument
74 AciLDAPOperationContainer(Operation operation, Entry e, AuthenticationInfo authInfo, int rights) argument
89 AciLDAPOperationContainer(Operation operation, Entry e, Control c, int rights) argument
102 AciLDAPOperationContainer(ExtendedOperation operation, Entry e, int rights) argument
113 AciLDAPOperationContainer(LocalBackendAddOperation operation, int rights) argument
124 AciLDAPOperationContainer(LocalBackendDeleteOperation operation, int rights) argument
134 AciLDAPOperationContainer(LocalBackendModifyOperation operation, int rights) argument
146 AciLDAPOperationContainer(ModifyDNOperation operation, int rights, Entry entry) argument
[all...]
H A DPermission.java49 * The rights (search, add, delete, ...) corresponding to the ACI rights
52 private int rights; field in class:Permission
60 * Regular expression used to match the ACI rights string.
71 * @param rights A string representing the rights.
72 * @throws AciException If the access type string or rights string
75 private Permission(String accessType, String rights) argument
83 if (!Pattern.matches(rightsRegex, rights)){
84 Message message = WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX.get(rights);
113 decode(String accessType, String rights) argument
133 hasRights(int rights) argument
[all...]
H A DPermBindRulePair.java45 * @param rights A string representing the rights.
49 private PermBindRulePair(String perm, String rights, String bindRule) argument
51 this.perm=Permission.decode(perm, rights);
58 * @param rights A string representing the rights.
63 public static PermBindRulePair decode(String perm, String rights, argument
65 return new PermBindRulePair(perm, rights, bRule);
86 * Try and match one or more of the specified rights against a rights se
[all...]
H A DEnumRight.java35 * This class provides an enumeration of the allowed rights.
203 * the rights mask for which to return the corresponding EnumRight
208 // Next 3 rights are not included in ALL for historical reasons.
222 // the remaining rights are already included in ALL
241 * Checks if the provided rights mask has the specified rights.
244 * The rights mask to look into.
245 * @param rights
246 * The rights to check for.
247 * @return true if the rights mas
250 hasRights(int rightsMask, int rights) argument
[all...]
H A DAciBody.java61 * Regular expression group position for the rights string.
93 * the rights group "(read, write, ...)". The last pattern looks for a group
205 String rights=bodyMatcher1.group(RIGHTS);
207 PermBindRulePair pair = PermBindRulePair.decode(perm, rights, bRule);
241 * try and match a single right of the specified rights.
243 * @param rights The rights that are used in the match.
244 * @return True if a one or more right of the specified rights matches
245 * a body's permission rights.
247 public boolean hasRights(int rights) { argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciLDAPOperationContainer.java45 * @param rights The rights of a compare operation.
49 int rights, Entry entry)
51 super(operation, rights, entry);
58 * @param rights The rights of a compare operation.
61 int rights)
63 super(operation, rights, operation.getEntryToCompare());
69 * rights..
74 * @param rights Th
48 AciLDAPOperationContainer(Operation operation, int rights, Entry entry) argument
60 AciLDAPOperationContainer(LocalBackendCompareOperation operation, int rights) argument
76 AciLDAPOperationContainer(Operation operation, Entry e, AuthenticationInfo authInfo, int rights) argument
91 AciLDAPOperationContainer(Operation operation, Entry e, Control c, int rights) argument
104 AciLDAPOperationContainer(ExtendedOperation operation, Entry e, int rights) argument
115 AciLDAPOperationContainer(LocalBackendAddOperation operation, int rights) argument
126 AciLDAPOperationContainer(LocalBackendDeleteOperation operation, int rights) argument
136 AciLDAPOperationContainer(LocalBackendModifyOperation operation, int rights) argument
148 AciLDAPOperationContainer(LocalBackendModifyDNOperation operation, int rights, Entry entry) argument
[all...]
H A DPermBindRulePair.java50 * @param rights A string representing the rights.
54 private PermBindRulePair(String perm, String rights, String bindRule) argument
56 this.perm=Permission.decode(perm, rights);
63 * @param rights A string representing the rights.
68 public static PermBindRulePair decode(String perm, String rights, argument
70 return new PermBindRulePair(perm, rights, bRule);
91 * Try and match one or more of the specified rights against a rights se
[all...]
H A DPermission.java47 * The rights (search, add, delete, ...) corresponding to the ACI rights
50 private int rights; field in class:Permission
58 * Regular expression used to match the ACI rights string.
69 * @param rights A string representing the rights.
70 * @throws AciException If the access type string or rights string
73 private Permission(String accessType, String rights) argument
81 if (!Pattern.matches(rightsRegex, rights)){
82 Message message = WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX.get(rights);
112 decode(String accessType, String rights) argument
132 hasRights(int rights) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciLDAPOperationContainer.java43 * @param rights The rights of a compare operation.
47 int rights, Entry entry)
49 super(operation, rights, entry);
56 * @param rights The rights of a compare operation.
59 int rights)
61 super(operation, rights, operation.getEntryToCompare());
67 * rights..
72 * @param rights Th
46 AciLDAPOperationContainer(Operation operation, int rights, Entry entry) argument
58 AciLDAPOperationContainer(LocalBackendCompareOperation operation, int rights) argument
74 AciLDAPOperationContainer(Operation operation, Entry e, AuthenticationInfo authInfo, int rights) argument
89 AciLDAPOperationContainer(Operation operation, Entry e, Control c, int rights) argument
102 AciLDAPOperationContainer(ExtendedOperation operation, Entry e, int rights) argument
113 AciLDAPOperationContainer(LocalBackendAddOperation operation, int rights) argument
124 AciLDAPOperationContainer(LocalBackendDeleteOperation operation, int rights) argument
134 AciLDAPOperationContainer(LocalBackendModifyOperation operation, int rights) argument
146 AciLDAPOperationContainer(ModifyDNOperation operation, int rights, Entry entry) argument
[all...]
H A DPermission.java50 * The rights (search, add, delete, ...) corresponding to the ACI rights
53 private int rights; field in class:Permission
61 * Regular expression used to match the ACI rights string.
72 * @param rights A string representing the rights.
73 * @throws AciException If the access type string or rights string
76 private Permission(String accessType, String rights) argument
84 if (!Pattern.matches(rightsRegex, rights)){
85 LocalizableMessage message = WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX.get(rights);
114 decode(String accessType, String rights) argument
134 hasRights(int rights) argument
[all...]
H A DPermBindRulePair.java45 * @param rights A string representing the rights.
49 private PermBindRulePair(String perm, String rights, String bindRule) argument
51 this.perm=Permission.decode(perm, rights);
58 * @param rights A string representing the rights.
63 public static PermBindRulePair decode(String perm, String rights, argument
65 return new PermBindRulePair(perm, rights, bRule);
86 * Try and match one or more of the specified rights against a rights se
[all...]
H A DEnumRight.java35 * This class provides an enumeration of the allowed rights.
203 * the rights mask for which to return the corresponding EnumRight
208 // Next 3 rights are not included in ALL for historical reasons.
228 // the remaining rights are already included in ALL
261 * Checks if the provided rights mask has the specified rights.
264 * The rights mask to look into.
265 * @param rights
266 * The rights to check for.
267 * @return true if the rights mas
270 hasRights(int rightsMask, int rights) argument
[all...]

Completed in 84 milliseconds

123