Searched refs:EDIT (Results 1 - 25 of 35) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdOperation.java36 * IdOperation.EDIT</code>, <code>
66 * The <code> EDIT </code> operation is supported only for the plugins
73 public static final IdOperation EDIT = new IdOperation("edit"); field in class:IdOperation
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdOperation.java36 * IdOperation.EDIT</code>, <code>
66 * The <code> EDIT </code> operation is supported only for the plugins
73 public static final IdOperation EDIT = new IdOperation("edit"); field in class:IdOperation
/forgerock/openam-v13/openam-uma/src/test/java/org/forgerock/openam/uma/rest/
H A DPolicyGraphTest.java62 * +--------- EDIT ----------- Alice ------- VIEW, DELETE ---+
67 * Bob ---- DELETE, EDIT ----> Charlie Dave
86 private static final String EDIT = "EDIT"; field in class:PolicyGraphTest
92 makePolicy(ALICE, BOB, true, EDIT),
98 makePolicy(BOB, CHARLIE, true, EDIT, DELETE)
213 Alice had removed Dave's ability to VIEW, EDIT and DELETE, so Dave's resharing
215 so those need to be active, while EDIT stays inactive.
221 policies.add(makePolicy(DAVE, ED, false, VIEW, DELETE, EDIT));
243 assertThat(UmaPolicyUtils.getPolicyScopes(policyUpdated())).containsOnly(EDIT);
[all...]
/forgerock/openam/openam-uma/src/test/java/org/forgerock/openam/uma/rest/
H A DPolicyGraphTest.java62 * +--------- EDIT ----------- Alice ------- VIEW, DELETE ---+
67 * Bob ---- DELETE, EDIT ----> Charlie Dave
86 private static final String EDIT = "EDIT"; field in class:PolicyGraphTest
92 makePolicy(ALICE, BOB, true, EDIT),
98 makePolicy(BOB, CHARLIE, true, EDIT, DELETE)
213 Alice had removed Dave's ability to VIEW, EDIT and DELETE, so Dave's resharing
215 so those need to be active, while EDIT stays inactive.
221 policies.add(makePolicy(DAVE, ED, false, VIEW, DELETE, EDIT));
243 assertThat(UmaPolicyUtils.getPolicyScopes(policyUpdated())).containsOnly(EDIT);
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DRepoConfigHelper.java234 opsReadSet.add(IdOperation.EDIT);
H A DDatabaseRepo.java1480 opSet.add(IdOperation.EDIT);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DRepoConfigHelper.java234 opsReadSet.add(IdOperation.EDIT);
H A DDatabaseRepo.java1481 opSet.add(IdOperation.EDIT);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java347 Object args[] = {NAME, IdOperation.EDIT.getName()};
462 Object args[] = {NAME, IdOperation.EDIT.getName()};
759 Object args[] = {NAME, IdOperation.EDIT.getName()};
781 Object args[] = {NAME, IdOperation.EDIT.getName()};
786 Object args[] = {NAME, IdOperation.EDIT.getName()};
791 Object args[] = {NAME, IdOperation.EDIT.getName()};
959 opSet.add(IdOperation.EDIT);
H A DAgentsRepo.java552 Object args[] = { NAME, IdOperation.EDIT.getName() };
1156 opSet.add(IdOperation.EDIT);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java347 Object args[] = {NAME, IdOperation.EDIT.getName()};
462 Object args[] = {NAME, IdOperation.EDIT.getName()};
759 Object args[] = {NAME, IdOperation.EDIT.getName()};
781 Object args[] = {NAME, IdOperation.EDIT.getName()};
786 Object args[] = {NAME, IdOperation.EDIT.getName()};
791 Object args[] = {NAME, IdOperation.EDIT.getName()};
959 opSet.add(IdOperation.EDIT);
H A DAgentsRepo.java569 Object args[] = { NAME, IdOperation.EDIT.getName() };
1173 opSet.add(IdOperation.EDIT);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java165 if (!isOperationSupported(repo, IdType.ROLE, IdOperation.EDIT)) {
168 + " Operation: EDIT");
181 if (!isOperationSupported(repo, IdType.GROUP, IdOperation.EDIT)) {
184 + " Operation: EDIT");
201 && !isOperationSupported(repo, IdType.GROUP, IdOperation.EDIT)) {
205 !isOperationSupported(repo, IdType.ROLE, IdOperation.EDIT)) {
270 if (!isOperationSupported(repo, objectIdType, IdOperation.EDIT)) {
1087 if (isOperationSupported(repo, amIdentity.getType(), IdOperation.EDIT)) {
1100 if (isOperationSupported(repo, type, IdOperation.EDIT)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java165 if (!isOperationSupported(repo, IdType.ROLE, IdOperation.EDIT)) {
168 + " Operation: EDIT");
181 if (!isOperationSupported(repo, IdType.GROUP, IdOperation.EDIT)) {
184 + " Operation: EDIT");
201 && !isOperationSupported(repo, IdType.GROUP, IdOperation.EDIT)) {
205 !isOperationSupported(repo, IdType.ROLE, IdOperation.EDIT)) {
273 if (!isOperationSupported(repo, objectIdType, IdOperation.EDIT)) {
1088 if (isOperationSupported(repo, amIdentity.getType(), IdOperation.EDIT)) {
1101 if (isOperationSupported(repo, type, IdOperation.EDIT)) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java1231 checkPermission(token, amOrgName, name, null, IdOperation.EDIT, type);
1235 IdOperation.EDIT, type);
1315 checkPermission(token, amOrgName, name, null, IdOperation.EDIT, type);
1319 IdOperation.EDIT, type);
1381 IdOperation.EDIT.getName()};
1398 checkPermission(token, amOrgName, name, attrNames, IdOperation.EDIT,
1403 IdOperation.EDIT, type);
1690 IdOperation.EDIT, type);
1696 attrValidator.validateAttributes(attributes, IdOperation.EDIT);
1702 idrepoCache.getIdRepoPlugins(amOrgName, IdOperation.EDIT, typ
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java1205 checkPermission(token, amOrgName, name, null, IdOperation.EDIT, type);
1209 IdOperation.EDIT, type);
1289 checkPermission(token, amOrgName, name, null, IdOperation.EDIT, type);
1293 IdOperation.EDIT, type);
1355 IdOperation.EDIT.getName()};
1372 checkPermission(token, amOrgName, name, attrNames, IdOperation.EDIT,
1377 IdOperation.EDIT, type);
1664 IdOperation.EDIT, type);
1670 attrValidator.validateAttributes(attributes, IdOperation.EDIT);
1676 idrepoCache.getIdRepoPlugins(amOrgName, IdOperation.EDIT, typ
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java375 * will be turned into USER identity type with READ, EDIT, SERVICE, DELETE operations.
434 } else if (op.equalsIgnoreCase(IdOperation.EDIT.getName())) {
435 idOperations.add(IdOperation.EDIT);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java384 * will be turned into USER identity type with READ, EDIT, SERVICE, DELETE operations.
443 } else if (op.equalsIgnoreCase(IdOperation.EDIT.getName())) {
444 idOperations.add(IdOperation.EDIT);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java1781 opSet.add(IdOperation.EDIT);
1812 op3Set.remove(IdOperation.EDIT);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java1781 opSet.add(IdOperation.EDIT);
1812 op3Set.remove(IdOperation.EDIT);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java1342 opSet.add(IdOperation.EDIT);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java1344 opSet.add(IdOperation.EDIT);
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit-cli.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit-cli.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-cli-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 146 milliseconds

12