Searched refs:description (Results 101 - 125 of 794) sorted by relevance

1234567891011>>

/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DSearchFilterTests.java640 FilterDescription description = new FilterDescription();
642 description.filterType = filterType;
643 description.attributeType = DirectoryServer.getAttributeType(attributeType);
644 description.assertionValue = AttributeValues.create(description.attributeType, attributeValue);
647 description.searchFilter = SearchFilter.createEqualityFilter(description.attributeType,
648 description.assertionValue);
650 description.searchFilter = SearchFilter.createLessOrEqualFilter(description
984 testFilterConstruction(FilterDescription description) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DSearchFilterTests.java637 FilterDescription description = new FilterDescription();
639 description.filterType = filterType;
640 description.attributeType = DirectoryServer.getAttributeType(attributeType);
641 description.assertionValue = AttributeValues.create(description.attributeType, attributeValue);
644 description.searchFilter = SearchFilter.createEqualityFilter(description.attributeType,
645 description.assertionValue);
647 description.searchFilter = SearchFilter.createLessOrEqualFilter(description
981 testFilterConstruction(FilterDescription description) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DSubCommand.java45 * subcommand has a name, a description, and a set of arguments.
64 // The description for this subcommand.
65 private Message description; field in class:SubCommand
99 * @param description
100 * The description of this subcommand.
106 Message description) throws ArgumentException
108 this(parser, name, false, 0, 0, null, description);
138 * @param description
139 * The description of this subcommand.
147 Message description) throw
105 SubCommand(SubCommandArgumentParser parser, String name, Message description) argument
144 SubCommand(SubCommandArgumentParser parser, String name, boolean allowsTrailingArguments, int minTrailingArguments, int maxTrailingArguments, String trailingArgsDisplayName, Message description) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DSubCommand.java44 * subcommand has a name, a description, and a set of arguments.
63 // The description for this subcommand.
64 private Message description; field in class:SubCommand
98 * @param description
99 * The description of this subcommand.
105 Message description) throws ArgumentException
107 this(parser, name, false, 0, 0, null, description);
137 * @param description
138 * The description of this subcommand.
146 Message description) throw
104 SubCommand(SubCommandArgumentParser parser, String name, Message description) argument
143 SubCommand(SubCommandArgumentParser parser, String name, boolean allowsTrailingArguments, int minTrailingArguments, int maxTrailingArguments, String trailingArgsDisplayName, Message description) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DSubCommand.java45 * subcommand has a name, a description, and a set of arguments.
64 // The description for this subcommand.
65 private Message description; field in class:SubCommand
99 * @param description
100 * The description of this subcommand.
106 Message description) throws ArgumentException
108 this(parser, name, false, 0, 0, null, description);
138 * @param description
139 * The description of this subcommand.
147 Message description) throw
105 SubCommand(SubCommandArgumentParser parser, String name, Message description) argument
144 SubCommand(SubCommandArgumentParser parser, String name, boolean allowsTrailingArguments, int minTrailingArguments, int maxTrailingArguments, String trailingArgsDisplayName, Message description) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DSubCommand.java45 * subcommand has a name, a description, and a set of arguments.
64 // The description for this subcommand.
65 private Message description; field in class:SubCommand
99 * @param description
100 * The description of this subcommand.
106 Message description) throws ArgumentException
108 this(parser, name, false, 0, 0, null, description);
138 * @param description
139 * The description of this subcommand.
147 Message description) throw
105 SubCommand(SubCommandArgumentParser parser, String name, Message description) argument
144 SubCommand(SubCommandArgumentParser parser, String name, boolean allowsTrailingArguments, int minTrailingArguments, int maxTrailingArguments, String trailingArgsDisplayName, Message description) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DSubCommand.java44 * subcommand has a name, a description, and a set of arguments.
63 // The description for this subcommand.
64 private Message description; field in class:SubCommand
98 * @param description
99 * The description of this subcommand.
105 Message description) throws ArgumentException
107 this(parser, name, false, 0, 0, null, description);
137 * @param description
138 * The description of this subcommand.
146 Message description) throw
104 SubCommand(SubCommandArgumentParser parser, String name, Message description) argument
143 SubCommand(SubCommandArgumentParser parser, String name, boolean allowsTrailingArguments, int minTrailingArguments, int maxTrailingArguments, String trailingArgsDisplayName, Message description) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/messageid/
H A DLogMessageID.java53 private String description; field in class:LogMessageID
74 * @param description Description of this log.
82 String description,
89 this.description = description;
131 * Returns description.
133 * @return description.
136 return description;
169 String description = ((Element)node).getAttribute(
184 Integer.parseInt(id), name, description,
77 LogMessageID( Level logLevel, String prefix, int id, String name, String description, List<String> dataInfoColumns ) argument
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/wrappers/
H A DJsonResourceType.java40 private String description; field in class:JsonResourceType
55 description = resourceType.getDescription();
84 @JsonProperty("description")
86 return description;
89 @JsonProperty("description")
90 public void setDescription(String description) { argument
91 this.description = description;
161 .setDescription(description)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/messageid/
H A DLogMessageID.java53 private String description; field in class:LogMessageID
74 * @param description Description of this log.
82 String description,
89 this.description = description;
131 * Returns description.
133 * @return description.
136 return description;
169 String description = ((Element)node).getAttribute(
184 Integer.parseInt(id), name, description,
77 LogMessageID( Level logLevel, String prefix, int id, String name, String description, List<String> dataInfoColumns ) argument
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/deviceprint/
H A DTrustedDevicesResource.java63 description = TRUSTED_DEVICES_RESOURCE + DESCRIPTION,
69 description = TRUSTED_DEVICES_RESOURCE + "pathparams.user")},
74 description = TRUSTED_DEVICES_RESOURCE + PATH_PARAM + DESCRIPTION))
119 description = TRUSTED_DEVICES_RESOURCE + "error.unexpected.server.error.description")},
120 description = TRUSTED_DEVICES_RESOURCE + DELETE_DESCRIPTION))
131 description = TRUSTED_DEVICES_RESOURCE + "error.unexpected.server.error.description")},
132 description = TRUSTED_DEVICES_RESOURCE + QUERY_DESCRIPTION),
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/wrappers/
H A DJsonResourceType.java40 private String description; field in class:JsonResourceType
55 description = resourceType.getDescription();
84 @JsonProperty("description")
86 return description;
89 @JsonProperty("description")
90 public void setDescription(String description) { argument
91 this.description = description;
161 .setDescription(description)
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DSearchFilterTests.java577 FilterDescription description = new FilterDescription();
579 description.filterType = filterType;
580 description.attributeType = DirectoryServer.getAttributeTypeOrNull(attributeType);
581 description.assertionValue = ByteString.valueOfUtf8(attributeValue);
584 description.searchFilter = SearchFilter.createEqualityFilter(description.attributeType,
585 description.assertionValue);
587 description.searchFilter = SearchFilter.createLessOrEqualFilter(description.attributeType,
588 description
846 testFilterConstruction(FilterDescription description) argument
[all...]
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/
H A DScriptResource.java100 description = SCRIPT_RESOURCE + DESCRIPTION,
106 description = SCRIPT_RESOURCE + PATH_PARAM + DESCRIPTION))
136 description = SCRIPT_RESOURCE + "error.missing.script"),
138 description = SCRIPT_RESOURCE + "error.script.decode"),
140 description = SCRIPT_RESOURCE + "error.script.language.not.supported")},
141 description = SCRIPT_RESOURCE + "validate.action." + DESCRIPTION),
194 description = SCRIPT_RESOURCE + "error.script.decode")},
195 description = SCRIPT_RESOURCE + CREATE_DESCRIPTION))
214 description = SCRIPT_RESOURCE + "error.cannot.find.realm"),
216 description
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DIconPool.java149 * @param description the description of the icon
152 private ImageIcon createIcon(String path, String description) argument
155 if (description != null)
157 icon.setDescription(description);
158 icon.getAccessibleContext().setAccessibleDescription(description);
282 String description = null;
285 description = descriptionTable.get(value.toLowerCase());
286 if (description != null)
291 if (description
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DIconPool.java152 * @param description the description of the icon
155 private ImageIcon createIcon(String path, String description) argument
158 if (description != null)
160 icon.setDescription(description);
161 icon.getAccessibleContext().setAccessibleDescription(description);
285 String description = null;
288 description = descriptionTable.get(value.toLowerCase());
289 if (description != null)
294 if (description
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DIconPool.java152 * @param description the description of the icon
155 private ImageIcon createIcon(String path, String description) argument
158 if (description != null)
160 icon.setDescription(description);
161 icon.getAccessibleContext().setAccessibleDescription(description);
285 String description = null;
288 description = descriptionTable.get(value.toLowerCase());
289 if (description != null)
294 if (description
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DIconPool.java149 * @param description the description of the icon
152 private ImageIcon createIcon(String path, String description) argument
155 if (description != null)
157 icon.setDescription(description);
158 icon.getAccessibleContext().setAccessibleDescription(description);
282 String description = null;
285 description = descriptionTable.get(value.toLowerCase());
286 if (description != null)
291 if (description
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DIconPool.java152 * @param description the description of the icon
155 private ImageIcon createIcon(String path, String description) argument
158 if (description != null)
160 icon.setDescription(description);
161 icon.getAccessibleContext().setAccessibleDescription(description);
285 String description = null;
288 description = descriptionTable.get(value.toLowerCase());
289 if (description != null)
294 if (description
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DIconPool.java146 * @param description the description of the icon
149 private ImageIcon createIcon(String path, String description) argument
152 if (description != null)
154 icon.setDescription(description);
155 icon.getAccessibleContext().setAccessibleDescription(description);
279 String description = null;
282 description = descriptionTable.get(value.toLowerCase());
283 if (description != null)
288 if (description
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/oath/
H A DOathDevicesResource.java78 description = OATH_DEVICES_RESOURCE + DESCRIPTION,
84 description = OATH_DEVICES_RESOURCE + "pathparams.user")},
89 description = OATH_DEVICES_RESOURCE + PATH_PARAM + DESCRIPTION))
120 description = OATH_DEVICES_RESOURCE + "error.unexpected.server.error." +
121 "description")},
122 description = OATH_DEVICES_RESOURCE + "action.skipOathDevice." + DESCRIPTION),
130 description = OATH_DEVICES_RESOURCE + "error.unexpected.server.error." +
131 "description")},
132 description = OATH_DEVICES_RESOURCE + "action.checkOathDevice." + DESCRIPTION),
140 description
[all...]
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPendingRequestResource.java79 description = PENDING_REQUEST_RESOURCE + DESCRIPTION,
85 description = PENDING_REQUEST_RESOURCE + "pathparams.user")},
90 description = PENDING_REQUEST_RESOURCE + PATH_PARAM + DESCRIPTION))
112 description = PENDING_REQUEST_RESOURCE + ERROR_500_DESCRIPTION
114 description = PENDING_REQUEST_RESOURCE + "action.approveAll." + DESCRIPTION
137 description = PENDING_REQUEST_RESOURCE + ERROR_400_DESCRIPTION
141 description = PENDING_REQUEST_RESOURCE + ERROR_500_DESCRIPTION
143 description = PENDING_REQUEST_RESOURCE + "action.denyAll." + DESCRIPTION
163 description = PENDING_REQUEST_RESOURCE + ERROR_400_DESCRIPTION
166 description
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DInvokableMethod.java74 // The description for this method.
75 private String description; field in class:InvokableMethod
90 * @param description The description for this
103 public InvokableMethod(String name, String description, argument
110 this.description = description;
140 * Retrieves a description of this invokable method.
142 * @return A description of this invokable method.
146 return description;
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DInvokableMethod.java73 // The description for this method.
74 private String description; field in class:InvokableMethod
89 * @param description The description for this
102 public InvokableMethod(String name, String description, argument
109 this.description = description;
139 * Retrieves a description of this invokable method.
141 * @return A description of this invokable method.
145 return description;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DInvokableMethod.java74 // The description for this method.
75 private String description; field in class:InvokableMethod
90 * @param description The description for this
103 public InvokableMethod(String name, String description, argument
110 this.description = description;
140 * Retrieves a description of this invokable method.
142 * @return A description of this invokable method.
146 return description;
[all...]

Completed in 150 milliseconds

1234567891011>>