Searched refs:description (Results 1 - 25 of 794) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DReconStage.java85 /** A human readable short description of the reconciliation state */
86 private String description; field in class:ReconStage
90 * @param a short description of the reconciliation state
92 ReconStage(String description) { argument
93 this.description = description;
126 * @return a short description of the reconciliation state
129 return description;
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/admin/
H A DToolsOptionsInfo.java36 LocalizedMessage description) {
37 this(handlerClass, option, description, true);
41 LocalizedMessage description, boolean licenseRequired) {
44 setDescription(description);
53 return description;
68 private void setDescription(LocalizedMessage description) { argument
69 this.description = description;
82 private LocalizedMessage description; field in class:ToolsOptionsInfo
35 ToolsOptionsInfo(String handlerClass, String option, LocalizedMessage description) argument
40 ToolsOptionsInfo(String handlerClass, String option, LocalizedMessage description, boolean licenseRequired) argument
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/admin/
H A DToolsOptionsInfo.java36 LocalizedMessage description) {
37 this(handlerClass, option, description, true);
41 LocalizedMessage description, boolean licenseRequired) {
44 setDescription(description);
53 return description;
68 private void setDescription(LocalizedMessage description) { argument
69 this.description = description;
82 private LocalizedMessage description; field in class:ToolsOptionsInfo
35 ToolsOptionsInfo(String handlerClass, String option, LocalizedMessage description) argument
40 ToolsOptionsInfo(String handlerClass, String option, LocalizedMessage description, boolean licenseRequired) argument
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/resources/
H A DResourceSetDescriptionValidator.java30 * Validates that the resource set description is valid.
38 * Validates that the resource set description is valid.
40 * @param resourceSetDescription The resource set description to validate.
41 * @return The same resource set description.
42 * @throws BadRequestException If any part of the resource set description is not valid.
46 JsonValue description = json(resourceSetDescription);
48 validateName(description);
49 validateUri(description);
50 validateType(description);
51 validateScopes(description);
58 validateName(JsonValue description) argument
70 validateUri(JsonValue description) argument
81 validateType(JsonValue description) argument
89 validateScopes(JsonValue description) argument
103 validateIconUri(JsonValue description) argument
114 validateLabels(JsonValue description) argument
[all...]
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/resources/
H A DResourceSetDescriptionValidator.java31 * Validates that the resource set description is valid.
39 * Validates that the resource set description is valid.
41 * @param resourceSetDescription The resource set description to validate.
42 * @return The same resource set description.
43 * @throws BadRequestException If any part of the resource set description is not valid.
47 JsonValue description = json(resourceSetDescription);
49 validateName(description);
50 validateUri(description);
51 validateType(description);
52 validateScopes(description);
59 validateName(JsonValue description) argument
71 validateUri(JsonValue description) argument
82 validateType(JsonValue description) argument
90 validateScopes(JsonValue description) argument
104 validateIconUri(JsonValue description) argument
115 validateLabels(JsonValue description) argument
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DExtensionFileFilter.java42 private String description; field in class:ExtensionFileFilter
47 * @param description the description for the extension.
49 public ExtensionFileFilter(String extension, String description) argument
52 this.description = description;
83 return description;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DExtensionFileFilter.java43 private String description; field in class:ExtensionFileFilter
48 * @param description the description for the extension.
50 public ExtensionFileFilter(String extension, String description) argument
53 this.description = description;
84 return description;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DExtensionFileFilter.java43 private String description; field in class:ExtensionFileFilter
48 * @param description the description for the extension.
50 public ExtensionFileFilter(String extension, String description) argument
53 this.description = description;
84 return description;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DExtensionFileFilter.java42 private String description; field in class:ExtensionFileFilter
47 * @param description the description for the extension.
49 public ExtensionFileFilter(String extension, String description) argument
52 this.description = description;
83 return description;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DExtensionFileFilter.java43 private String description; field in class:ExtensionFileFilter
48 * @param description the description for the extension.
50 public ExtensionFileFilter(String extension, String description) argument
53 this.description = description;
84 return description;
/forgerock/openam-v13/openam-cli/openam-cli-definitions/src/main/java/com/sun/identity/cli/definition/
H A DAccessManager.java81 description="Do multiple requests in one command.",
98 description="List stateful sessions.",
128 description="Add resource bundle to data store.",
143 description="List resource bundle in data store.",
158 description="Remove resource bundle from data store.",
172 description="Create a new service in server.",
189 description="Delete service from the server.",
209 description="Update service.",
225 description="Add attribute schema to an existing service.",
243 description
[all...]
/forgerock/openam/openam-cli/openam-cli-definitions/src/main/java/com/sun/identity/cli/definition/
H A DAccessManager.java81 description="Do multiple requests in one command.",
98 description="List stateful sessions.",
128 description="Add resource bundle to data store.",
143 description="List resource bundle in data store.",
158 description="Remove resource bundle from data store.",
172 description="Create a new service in server.",
189 description="Delete service from the server.",
209 description="Update service.",
225 description="Add attribute schema to an existing service.",
243 description
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DPasswordPolicyWarningType.java71 /** The message ID for the description of this password policy error type. */
72 private final LocalizableMessage description; field in class:PasswordPolicyWarningType
80 * @param description The message for the description of this password
83 private PasswordPolicyWarningType(byte type, LocalizableMessage description) argument
86 this.description = description;
123 return description != null ? description.toString() : null;
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DOAuth2Exception.java33 * Constructs a new OAuth2Exception with specified status code, error and description.
38 * @param description The reason and description for the exception.
40 public OAuth2Exception(final int statusCode, final String error, final String description) { argument
41 this(statusCode, error, description, UrlLocation.QUERY);
45 * Constructs a new OAuth2Exception with specified status code, error and description.
49 * @param description The reason and description for the exception.
52 public OAuth2Exception(final int statusCode, final String error, final String description, argument
54 super(description);
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-enduser/src/main/js/config/process/
H A DIDMConfig.js27 description: "Error in deleting notification",
35 description: "Error in getting notifications",
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DOAuth2Exception.java33 * Constructs a new OAuth2Exception with specified status code, error and description.
38 * @param description The reason and description for the exception.
40 public OAuth2Exception(final int statusCode, final String error, final String description) { argument
41 this(statusCode, error, description, UrlLocation.QUERY);
45 * Constructs a new OAuth2Exception with specified status code, error and description.
49 * @param description The reason and description for the exception.
52 public OAuth2Exception(final int statusCode, final String error, final String description, argument
54 super(description);
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/resources/
H A DResourceSetDescription.java33 * Represents a resource set description created by an OAuth2 client (resource server).
51 private JsonValue description; field in class:ResourceSetDescription
60 * @param description The description of the resource set.
63 Map<String, Object> description) {
67 this.description = json(description);
136 return description.get("name").asString();
154 return description.get("uri").asURI();
163 return description
62 ResourceSetDescription(String id, String clientId, String resourceOwnerId, Map<String, Object> description) argument
190 update(Map<String, Object> description) argument
225 setDescription(JsonValue description) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/oauth2/
H A DResourceSetDescription.java36 * Represents a resource set description created by an OAuth2 client (resource server).
54 private JsonValue description; field in class:ResourceSetDescription
63 * @param description The description of the resource set.
66 Map<String, Object> description) {
70 this.description = json(description);
139 return description.get("name").asString();
157 return description.get("uri").as(uri());
166 return description
65 ResourceSetDescription(String id, String clientId, String resourceOwnerId, Map<String, Object> description) argument
193 update(Map<String, Object> description) argument
228 setDescription(JsonValue description) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DArgumentGroup.java47 private Message description = null; field in class:ArgumentGroup
58 * @param description for options in this group that is printed before
64 public ArgumentGroup(Message description, int priority) { argument
65 this.description = description;
71 * Gets the description for this group of arguments.
73 * @return description for this argument group
76 return this.description;
80 * Sets the description for this group of arguments.
82 * @param description fo
84 setDescription(Message description) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DArgumentGroup.java46 private Message description = null; field in class:ArgumentGroup
57 * @param description for options in this group that is printed before
63 public ArgumentGroup(Message description, int priority) { argument
64 this.description = description;
70 * Gets the description for this group of arguments.
72 * @return description for this argument group
75 return this.description;
79 * Sets the description for this group of arguments.
81 * @param description fo
83 setDescription(Message description) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DArgumentGroup.java47 private Message description = null; field in class:ArgumentGroup
58 * @param description for options in this group that is printed before
64 public ArgumentGroup(Message description, int priority) { argument
65 this.description = description;
71 * Gets the description for this group of arguments.
73 * @return description for this argument group
76 return this.description;
80 * Sets the description for this group of arguments.
82 * @param description fo
84 setDescription(Message description) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DArgumentGroup.java47 private Message description = null; field in class:ArgumentGroup
58 * @param description for options in this group that is printed before
64 public ArgumentGroup(Message description, int priority) { argument
65 this.description = description;
71 * Gets the description for this group of arguments.
73 * @return description for this argument group
76 return this.description;
80 * Sets the description for this group of arguments.
82 * @param description fo
84 setDescription(Message description) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DArgumentGroup.java46 private Message description = null; field in class:ArgumentGroup
57 * @param description for options in this group that is printed before
63 public ArgumentGroup(Message description, int priority) { argument
64 this.description = description;
70 * Gets the description for this group of arguments.
72 * @return description for this argument group
75 return this.description;
79 * Sets the description for this group of arguments.
81 * @param description fo
83 setDescription(Message description) argument
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/components/
H A DBlock.jsx25 * @param {string} [props.description] Text to display for the block description
28 const Block = ({ children, header, description }) => {
30 const blockDescription = description ? <p className="block-description">{ description }</p> : undefined;
43 description: React.PropTypes.string,
/forgerock/openam-v13/openam-cli/openam-cli-definitions/src/main/java/com/sun/identity/federation/cli/definition/
H A DFederationManager.java59 description="Create new metadata template.",
119 description="Update XML signing and encryption key information in hosted entity metadata.",
141 description="Import entity.",
162 description="Export entity.",
186 description="Delete entity.",
204 description="List entities under a realm.",
219 description="Create circle of trust.",
235 description="Delete circle of trust.",
249 description="List circles of trust.",
263 description
[all...]

Completed in 125 milliseconds

1234567891011>>