/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/ |
H A D | ExtensionFileFilter.java | 42 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 D | ExtensionFileFilter.java | 43 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 D | ExtensionFileFilter.java | 43 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 D | ExtensionFileFilter.java | 42 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 D | ExtensionFileFilter.java | 43 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/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/ |
H A D | ExtensionFileFilter.java | 42 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; 79 return description;
|
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/ |
H A D | PasswordPolicyWarningType.java | 87 // The message ID for the description of this password policy error type. 88 private final Message description; field in class:PasswordPolicyWarningType 98 * @param description The message for the description of this password 101 private PasswordPolicyWarningType(byte type, Message description) argument 104 this.description = description; 147 return Message.toString(description);
|
/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/ |
H A D | BooleanArgument.java | 55 * @param description Message for the description of this 63 Message description) 67 String.valueOf(false), null, description); 61 BooleanArgument(String name, Character shortIdentifier, String longIdentifier, Message description) argument
|
/forgerock/opendj2/src/server/org/opends/server/controls/ |
H A D | PasswordPolicyWarningType.java | 86 // The message ID for the description of this password policy error type. 87 private final Message description; field in class:PasswordPolicyWarningType 97 * @param description The message for the description of this password 100 private PasswordPolicyWarningType(byte type, Message description) argument 103 this.description = description; 146 return Message.toString(description);
|
/forgerock/opendj2/src/server/org/opends/server/util/args/ |
H A D | BooleanArgument.java | 54 * @param description Message for the description of this 62 Message description) 66 String.valueOf(false), null, description); 60 BooleanArgument(String name, Character shortIdentifier, String longIdentifier, Message description) argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/ |
H A D | PasswordPolicyWarningType.java | 87 // The message ID for the description of this password policy error type. 88 private final Message description; field in class:PasswordPolicyWarningType 98 * @param description The message for the description of this password 101 private PasswordPolicyWarningType(byte type, Message description) argument 104 this.description = description; 147 return Message.toString(description);
|
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/ |
H A D | BooleanArgument.java | 55 * @param description Message for the description of this 63 Message description) 67 String.valueOf(false), null, description); 61 BooleanArgument(String name, Character shortIdentifier, String longIdentifier, Message description) argument
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/ |
H A D | PasswordPolicyWarningType.java | 87 // The message ID for the description of this password policy error type. 88 private final Message description; field in class:PasswordPolicyWarningType 98 * @param description The message for the description of this password 101 private PasswordPolicyWarningType(byte type, Message description) argument 104 this.description = description; 147 return Message.toString(description);
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/ |
H A D | BooleanArgument.java | 55 * @param description Message for the description of this 63 Message description) 67 String.valueOf(false), null, description); 61 BooleanArgument(String name, Character shortIdentifier, String longIdentifier, Message description) argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/controls/ |
H A D | PasswordPolicyWarningType.java | 86 // The message ID for the description of this password policy error type. 87 private final Message description; field in class:PasswordPolicyWarningType 97 * @param description The message for the description of this password 100 private PasswordPolicyWarningType(byte type, Message description) argument 103 this.description = description; 146 return Message.toString(description);
|
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/ |
H A D | BooleanArgument.java | 54 * @param description Message for the description of this 62 Message description) 66 String.valueOf(false), null, description); 60 BooleanArgument(String name, Character shortIdentifier, String longIdentifier, Message description) argument
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/ |
H A D | PasswordPolicyWarningType.java | 71 /** 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 D | OAuth2Exception.java | 33 * 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-restlet/src/main/java/org/forgerock/oauth2/restlet/ |
H A D | ConsentRequiredResource.java | 131 * Encodes a description so that it can be displayed in a HTML page. 133 * @param description The {@code String} to encode. 136 private String encodeForHTML(String description) { argument 137 return ESAPI.encoder().encodeForHTML(description);
|
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/resources/ |
H A D | ResourceSetDescriptionValidator.java | 30 * 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-v13/openam-cli/openam-cli-definitions/src/main/java/com/sun/identity/cli/annotation/ |
H A D | SubCommandInfo.java | 40 String description(); method in interface:SubCommandInfo
|
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/ |
H A D | UmaException.java | 32 * Constructs a new UmaException with specified status code, error and description. 36 * @param description The reason and description for the exception. 38 public UmaException(int statusCode, String error, String description) { argument 39 super(statusCode, error, description);
|
/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/mixin/ |
H A D | ProcessDefinitionMixIn.java | 33 protected String description; field in class:ProcessDefinitionMixIn
|
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/ |
H A D | OAuth2Exception.java | 33 * 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/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/ |
H A D | ConsentRequiredResource.java | 143 * Encodes a description so that it can be displayed in a HTML page. 145 * @param description The {@code String} to encode. 148 private String encodeForHTML(String description) { argument 149 return ESAPI.encoder().encodeForHTML(description);
|