Searched refs: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 DAciTargetMatchContext.java38 * operation rights and entry and attributes having access
114 * Return the rights for this container's LDAP operation.
115 * @return The rights for the container's LDAP operation.
136 * Checks if the container's rights has the specified rights.
137 * @param rights The rights to check for.
138 * @return True if the container's rights has the specified rights.
140 public boolean hasRights(int rights); argument
146 setRights(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 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 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 DAciTargetMatchContext.java40 * operation rights and entry and attributes having access
116 * Return the rights for this container's LDAP operation.
117 * @return The rights for the container's LDAP operation.
138 * Checks if the container's rights has the specified rights.
139 * @param rights The rights to check for.
140 * @return True if the container's rights has the specified rights.
142 public boolean hasRights(int rights); argument
148 setRights(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 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 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 DAciTargetMatchContext.java40 * operation rights and entry and attributes having access
116 * Return the rights for this container's LDAP operation.
117 * @return The rights for the container's LDAP operation.
138 * Checks if the container's rights has the specified rights.
139 * @param rights The rights to check for.
140 * @return True if the container's rights has the specified rights.
142 public boolean hasRights(int rights); argument
148 setRights(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 DAciTargetMatchContext.java38 * operation rights and entry and attributes having access
114 * Return the rights for this container's LDAP operation.
115 * @return The rights for the container's LDAP operation.
136 * Checks if the container's rights has the specified rights.
137 * @param rights The rights to check for.
138 * @return True if the container's rights has the specified rights.
140 public boolean hasRights(int rights); argument
146 setRights(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 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 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 DAciTargetMatchContext.java40 * operation rights and entry and attributes having access
116 * Return the rights for this container's LDAP operation.
117 * @return The rights for the container's LDAP operation.
138 * Checks if the container's rights has the specified rights.
139 * @param rights The rights to check for.
140 * @return True if the container's rights has the specified rights.
142 public boolean hasRights(int rights); argument
148 setRights(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 DAciTargetMatchContext.java39 * operation rights and entry and attributes having access
115 * Return the rights for this container's LDAP operation.
116 * @return The rights for the container's LDAP operation.
137 * Checks if the container's rights has the specified rights.
138 * @param rights The rights to check for.
139 * @return True if the container's rights has the specified rights.
141 boolean hasRights(int rights); argument
147 setRights(int rights) argument
[all...]
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java72 private Map<String, Set<String>> rights; field in class:PolicyGraph
77 * Construct a new instance to evaluate and update the graph of rights within the policy engine.
107 * Computes the graph of rights contained within the policy engine policies.
114 rights = findRights();
117 for (Map.Entry<String, Set<String>> userRights : rights.entrySet()) {
130 * rights graph. Any users for whom the current policies are invalid (incorrectly
145 Set<String> accessibleRights = rights.get(user);
249 * Get the validity state of the policy rights graph.
251 * @return {@code true} if the policies correctly represent the rights graph, or {@code false} if updates
266 Map<String, Set<String>> rights
275 findRights0(Map<String, Set<String>> rights, Set<String> visited, PolicyEdge edge, Set<String> scopes) argument
[all...]

Completed in 3770 milliseconds

123