Searched refs:DESCRIPTION (Results 1 - 25 of 121) sorted by relevance

12345

/forgerock/openam/openam-i18n/src/main/java/org/forgerock/openam/i18n/apidescriptor/
H A DApiDescriptorConstants.java32 public static final String DESCRIPTION = "description"; field in class:ApiDescriptorConstants
71 public static final String CREATE_DESCRIPTION = CREATE + DESCRIPTION;
74 public static final String READ_DESCRIPTION = READ + DESCRIPTION;
77 public static final String UPDATE_DESCRIPTION = UPDATE + DESCRIPTION;
80 public static final String DELETE_DESCRIPTION = DELETE + DESCRIPTION;
83 public static final String ACTION_DESCRIPTION = ACTION + DESCRIPTION;
86 public static final String QUERY_DESCRIPTION = QUERY + DESCRIPTION;
89 public static final String PATCH_DESCRIPTION = PATCH + DESCRIPTION;
92 public static final String ERROR_400_DESCRIPTION = ERROR + "400." + DESCRIPTION;
95 public static final String ERROR_403_DESCRIPTION = "error.403." + DESCRIPTION;
[all...]
/forgerock/web-agents-v4/source/
H A Dversion.template20 #define DESCRIPTION "OpenAM Web Agent"
26 #define MODINFO DESCRIPTION"/"VERSION
H A Dversion.rc.template31 VALUE "FileDescription", DESCRIPTION "\000"
35 VALUE "ProductName", DESCRIPTION "\000"
37 VALUE "Comments", DESCRIPTION "\000"
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DModifyConflictTest.java77 private static final String DESCRIPTION = "description"; field in class:ModifyConflictTest
90 Attribute repl = buildSyncHist(DESCRIPTION,
94 testModify(entry, hist, 10, true, newModification(REPLACE, DESCRIPTION, "init value"));
101 testModify(entry, hist, 1, false, newModification(ADD, DESCRIPTION, "older value"));
109 testModify(entry, hist, 2, false, newModification(ADD, DESCRIPTION, "older value"));
116 testModify(entry, hist, 11, true, newModification(ADD, DESCRIPTION, "new value"));
117 Attribute attr = buildSyncHist(DESCRIPTION,
220 testModify(entry, hist, 10, true, newModification(ADD, DESCRIPTION, "init value"));
221 Attribute attr = buildSyncHist(DESCRIPTION,
229 testModify(entry, hist, 1, true, newModification(REPLACE, DESCRIPTION, "olde
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java72 private static final String DESCRIPTION = "description"; field in class:ModifyConflictTest
86 Attribute repl = buildSyncHist(DESCRIPTION,
90 testModify(entry, hist, 10, true, buildMod(DESCRIPTION, ModificationType.REPLACE, "init value"));
97 testModify(entry, hist, 1, false, buildMod(DESCRIPTION, ModificationType.ADD, "older value"));
105 testModify(entry, hist, 2, false, buildMod(DESCRIPTION, ModificationType.ADD, "older value"));
112 testModify(entry, hist, 11, true, buildMod(DESCRIPTION, ModificationType.ADD, "new value"));
113 Attribute attr = buildSyncHist(DESCRIPTION,
221 testModify(entry, hist, 10, true, buildMod(DESCRIPTION, ModificationType.ADD, "init value"));
222 Attribute attr = buildSyncHist(DESCRIPTION,
230 testModify(entry, hist, 1, true, buildMod(DESCRIPTION, ModificationTyp
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java72 private static final String DESCRIPTION = "description"; field in class:ModifyConflictTest
86 Attribute repl = buildSyncHist(DESCRIPTION,
90 testModify(entry, hist, 10, true, buildMod(DESCRIPTION, ModificationType.REPLACE, "init value"));
97 testModify(entry, hist, 1, false, buildMod(DESCRIPTION, ModificationType.ADD, "older value"));
105 testModify(entry, hist, 2, false, buildMod(DESCRIPTION, ModificationType.ADD, "older value"));
112 testModify(entry, hist, 11, true, buildMod(DESCRIPTION, ModificationType.ADD, "new value"));
113 Attribute attr = buildSyncHist(DESCRIPTION,
221 testModify(entry, hist, 10, true, buildMod(DESCRIPTION, ModificationType.ADD, "init value"));
222 Attribute attr = buildSyncHist(DESCRIPTION,
230 testModify(entry, hist, 1, true, buildMod(DESCRIPTION, ModificationTyp
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java75 private static final String DESCRIPTION = "description"; field in class:ModifyConflictTest
90 builder.add(DESCRIPTION + ":000000000000000a000000000000:repl:init value");
96 testModify(entry, hist, DESCRIPTION, ModificationType.REPLACE,
104 testModify(entry, hist, DESCRIPTION, ModificationType.ADD,
113 testModify(entry, hist, DESCRIPTION, ModificationType.ADD,
121 testModify(entry, hist, DESCRIPTION, ModificationType.ADD, "new value",
124 builder.add(DESCRIPTION + ":000000000000000a000000000000:repl:init value");
125 builder.add(DESCRIPTION + ":000000000000000b000000000000:add:new value");
250 testModify(entry, hist, DESCRIPTION, ModificationType.ADD,
253 builder.add(DESCRIPTION
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java75 private static final String DESCRIPTION = "description"; field in class:ModifyConflictTest
90 builder.add(DESCRIPTION + ":000000000000000a000000000000:repl:init value");
96 testModify(entry, hist, DESCRIPTION, ModificationType.REPLACE,
104 testModify(entry, hist, DESCRIPTION, ModificationType.ADD,
113 testModify(entry, hist, DESCRIPTION, ModificationType.ADD,
121 testModify(entry, hist, DESCRIPTION, ModificationType.ADD, "new value",
124 builder.add(DESCRIPTION + ":000000000000000a000000000000:repl:init value");
125 builder.add(DESCRIPTION + ":000000000000000b000000000000:add:new value");
250 testModify(entry, hist, DESCRIPTION, ModificationType.ADD,
253 builder.add(DESCRIPTION
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java75 private static final String DESCRIPTION = "description"; field in class:ModifyConflictTest
90 builder.add(DESCRIPTION + ":000000000000000a000000000000:repl:init value");
96 testModify(entry, hist, DESCRIPTION, ModificationType.REPLACE,
104 testModify(entry, hist, DESCRIPTION, ModificationType.ADD,
113 testModify(entry, hist, DESCRIPTION, ModificationType.ADD,
121 testModify(entry, hist, DESCRIPTION, ModificationType.ADD, "new value",
124 builder.add(DESCRIPTION + ":000000000000000a000000000000:repl:init value");
125 builder.add(DESCRIPTION + ":000000000000000b000000000000:add:new value");
250 testModify(entry, hist, DESCRIPTION, ModificationType.ADD,
253 builder.add(DESCRIPTION
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/dpro/session/
H A DPartialSession.java34 @Description(SESSION_RESOURCE + "schema." + DESCRIPTION)
39 @Description(SESSION_RESOURCE + "schema.property.username." + DESCRIPTION)
42 @Description(SESSION_RESOURCE + "schema.property.universalId." + DESCRIPTION)
45 @Description(SESSION_RESOURCE + "schema.property.realm." + DESCRIPTION)
48 @Description(SESSION_RESOURCE + "schema.property.sessionHandle." + DESCRIPTION)
51 @Description(SESSION_RESOURCE + "schema.property.latestAccessTime." + DESCRIPTION)
54 @Description(SESSION_RESOURCE + "schema.property.maxIdleExpirationTime." + DESCRIPTION)
57 @Description(SESSION_RESOURCE + "schema.property.maxSessionExpirationTime." + DESCRIPTION)
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/configuration/
H A DResourceTypeSmsAttributes.java31 public static final SmsAttribute DESCRIPTION = SmsAttribute.newNoneSearchableInstance("description"); field in class:ResourceTypeSmsAttributes
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/configuration/
H A DResourceTypeSmsAttributes.java31 public static final SmsAttribute DESCRIPTION = SmsAttribute.newNoneSearchableInstance("description"); field in class:ResourceTypeSmsAttributes
/forgerock/openam/openam-examples/openam-example-api-descriptor/src/main/java/org/forgerock/openam/example/apidescriptor/
H A DExampleProvider.java45 description = EXAMPLE_PROVIDER + DESCRIPTION,
56 description = EXAMPLE_PROVIDER + DESCRIPTION))
61 @Read(operationDescription = @Operation(description = EXAMPLE_PROVIDER + DESCRIPTION))
66 @Update(operationDescription = @Operation(description = EXAMPLE_PROVIDER + DESCRIPTION))
71 @Delete(operationDescription = @Operation(description = EXAMPLE_PROVIDER + DESCRIPTION))
82 description = EXAMPLE_PROVIDER + DESCRIPTION),
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonSchema.java35 static final String DESCRIPTION = "description"; field in class:SmsJsonSchema
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/labels/
H A DResourceSetLabel.java31 @Description(UMA_LABEL_RESOURCE + "resourceSetLabel." + DESCRIPTION)
35 @Description(UMA_LABEL_RESOURCE + "resourceSetLabel.id." + DESCRIPTION)
39 @Description(UMA_LABEL_RESOURCE + "resourceSetLabel.name." + DESCRIPTION)
43 @Description(UMA_LABEL_RESOURCE + "resourceSetLabel.type." + DESCRIPTION)
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonSchema.java35 static final String DESCRIPTION = "description"; field in class:SmsJsonSchema
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/dashboard/
H A DDashboardResource.java21 import static org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants.DESCRIPTION;
60 description = DASHBOARD_RESOURCE + DESCRIPTION,
65 PATH_PARAM + DESCRIPTION))
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/deviceprint/
H A DTrustedDevicesResource.java21 import static org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants.DESCRIPTION;
63 description = TRUSTED_DEVICES_RESOURCE + DESCRIPTION,
74 description = TRUSTED_DEVICES_RESOURCE + PATH_PARAM + DESCRIPTION))
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/oath/
H A DOathDevicesResource.java22 import static org.forgerock.openam.i18n.apidescriptor.ApiDescriptorConstants.DESCRIPTION;
78 description = OATH_DEVICES_RESOURCE + DESCRIPTION,
89 description = OATH_DEVICES_RESOURCE + PATH_PARAM + DESCRIPTION))
122 description = OATH_DEVICES_RESOURCE + "action.skipOathDevice." + DESCRIPTION),
132 description = OATH_DEVICES_RESOURCE + "action.checkOathDevice." + DESCRIPTION),
142 description = OATH_DEVICES_RESOURCE + "action.resetOathDevice." + DESCRIPTION),
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/cts/
H A DCoreTokenResource.java82 description = CORE_TOKEN_RESOURCE + DESCRIPTION,
88 description = CORE_TOKEN_RESOURCE + PATH_PARAM + DESCRIPTION))
126 description = CORE_TOKEN_RESOURCE + "error.unexpected.bad.request." + DESCRIPTION),
129 description = CORE_TOKEN_RESOURCE + "error.unexpected.server.error." + DESCRIPTION)},
169 description = CORE_TOKEN_RESOURCE + "error.unexpected.server.error." + DESCRIPTION)},
208 description = CORE_TOKEN_RESOURCE + "error.unexpected.server.error." + DESCRIPTION)},
247 description = CORE_TOKEN_RESOURCE + "error.unexpected.server.error." + DESCRIPTION)},
276 description = CORE_TOKEN_RESOURCE + "error.unexpected.server.error." + DESCRIPTION)},
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DIconPool.java94 private static final String[] DESCRIPTION = { field in class:IconPool
121 for (int i = 0; i < DESCRIPTION.length; i = i+2) {
122 descriptionTable.put(DESCRIPTION[i], DESCRIPTION[i+1]);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DIconPool.java98 private static final String[] DESCRIPTION = { field in class:IconPool
121 for (int i = 0; i < DESCRIPTION.length; i = i+2) {
122 descriptionTable.put(DESCRIPTION[i], DESCRIPTION[i+1]);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DIconPool.java98 private static final String[] DESCRIPTION = { field in class:IconPool
121 for (int i = 0; i < DESCRIPTION.length; i = i+2) {
122 descriptionTable.put(DESCRIPTION[i], DESCRIPTION[i+1]);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DIconPool.java94 private static final String[] DESCRIPTION = { field in class:IconPool
121 for (int i = 0; i < DESCRIPTION.length; i = i+2) {
122 descriptionTable.put(DESCRIPTION[i], DESCRIPTION[i+1]);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DIconPool.java98 private static final String[] DESCRIPTION = { field in class:IconPool
121 for (int i = 0; i < DESCRIPTION.length; i = i+2) {
122 descriptionTable.put(DESCRIPTION[i], DESCRIPTION[i+1]);

Completed in 119 milliseconds

12345