Searched refs:input (Results 1 - 25 of 469) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DPathNormalizer.java35 public String getCanonicalForm(String input) throws Exception { argument
36 String result = input;
37 if (input != null && input.trim().length() > 0) {
38 File file = new File(input);
H A DIValueNormalizer.java33 public abstract String getCanonicalForm(String input) throws Exception; argument
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DPathNormalizer.java35 public String getCanonicalForm(String input) throws Exception { argument
36 String result = input;
37 if (input != null && input.trim().length() > 0) {
38 File file = new File(input);
H A DIValueNormalizer.java33 public abstract String getCanonicalForm(String input) throws Exception; argument
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/config/validators/
H A DAdminValidators.js28 "validator": function(el, input, callback) {
36 "validator": function(el, input, callback) {
37 var v = $(input).val();
56 "validator": function(el, input, callback) {
57 if (/\s/.test($(input).val())) {
62 if ($(input).val().length === 0) {
74 "validator": function(el, input, callback) {
76 var v = $(input).val();
89 "validator": function(el, input, callback) {
90 var inputs = input
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/resources/css/am-common/structure/
H A Dselectize.less19 .selectize-input>.item {
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/taskscanner/script/
H A Dsunset.js2 /*global input, objectID */
8 logger.debug("Performing Sunset Task on {} ({})", input.mail, objectID);
16 // input['active'] = false;
17 // openidm.update(objectID, input['_rev'], input);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/resources/css/am-common/structure/
H A Dselectize.less19 .selectize-input>.item {
/forgerock/openam-v13/openam-authentication/openam-auth-jdbc/src/main/java/com/sun/identity/authentication/modules/jdbc/
H A DClearTextTransform.java47 * @param input Password before transform
51 public String transform(String input) throws AuthLoginException { argument
52 if (input == null) {
54 "No input to the Clear Text Transform!");
56 return input;
/forgerock/openam/openam-authentication/openam-auth-jdbc/src/main/java/com/sun/identity/authentication/modules/jdbc/
H A DClearTextTransform.java47 * @param input Password before transform
51 public String transform(String input) throws AuthLoginException { argument
52 if (input == null) {
54 "No input to the Clear Text Transform!");
56 return input;
/forgerock/openidm-v4/openidm-ui/openidm-ui-enduser/src/main/js/config/validators/
H A DSelfServiceValidators.js27 "validator": function(el, input, callback) {
28 var v = $(input).val();
44 "validator": function(el, input, callback) {
45 var v = $(input).val();
58 "validator": function(el, input, callback, dateUtil) {
59 var valueToReplace, date, v = $(input).val(), dateFormat = $(input).parent().find('[name=dateFormat]').val();
71 $(input).val(valueToReplace);
85 "validator": function(el, input, callback, dateUtil) {
86 var valueToReplace, date, v = $(input)
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/utils/
H A DJSONEditorTheme.js29 var input = this._super(options);
30 input.className += "form-control";
32 return input;
55 afterInputReady: function (input) {
56 if (input.controlgroup) {
59 input.controlgroup = this.closest(input, ".form-group");
60 if (this.closest(input, ".compact")) {
61 input.controlgroup.style.marginBottom = 0;
72 var input
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DValidationCallback.java32 * An interface for validating user input.
35 * The type of the decoded input.
40 * Validates and decodes the user-provided input. Implementations
41 * must validate <code>input</code> and return the decoded value
42 * if the input is acceptable. If the input is unacceptable,
48 * @param input
49 * The user input to be validated.
50 * @return Returns the decoded input if the input i
56 validate(ConsoleApplication app, String input) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DValidationCallback.java31 * An interface for validating user input.
34 * The type of the decoded input.
39 * Validates and decodes the user-provided input. Implementations
40 * must validate <code>input</code> and return the decoded value
41 * if the input is acceptable. If the input is unacceptable,
47 * @param input
48 * The user input to be validated.
49 * @return Returns the decoded input if the input i
55 validate(ConsoleApplication app, String input) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DValidationCallback.java32 * An interface for validating user input.
35 * The type of the decoded input.
40 * Validates and decodes the user-provided input. Implementations
41 * must validate <code>input</code> and return the decoded value
42 * if the input is acceptable. If the input is unacceptable,
48 * @param input
49 * The user input to be validated.
50 * @return Returns the decoded input if the input i
56 validate(ConsoleApplication app, String input) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DValidationCallback.java32 * An interface for validating user input.
35 * The type of the decoded input.
40 * Validates and decodes the user-provided input. Implementations
41 * must validate <code>input</code> and return the decoded value
42 * if the input is acceptable. If the input is unacceptable,
48 * @param input
49 * The user input to be validated.
50 * @return Returns the decoded input if the input i
56 validate(ConsoleApplication app, String input) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DValidationCallback.java31 * An interface for validating user input.
34 * The type of the decoded input.
39 * Validates and decodes the user-provided input. Implementations
40 * must validate <code>input</code> and return the decoded value
41 * if the input is acceptable. If the input is unacceptable,
47 * @param input
48 * The user input to be validated.
49 * @return Returns the decoded input if the input i
55 validate(ConsoleApplication app, String input) argument
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/config/validators/
H A DAMValidators.js26 "validator": function (el, input, callback) {
28 value = input.val();
40 "validator": function (el, input, callback) {
42 value = input.val();
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/config/validators/
H A DAMValidators.js24 "validator": (el, input, callback) => {
26 value = input.val();
38 "validator": (el, input, callback) => {
40 value = input.val();
/forgerock/openam-v13/openam-scripting/src/test/java/org/forgerock/openam/scripting/rest/batch/helpers/
H A DScriptResponseTest.java31 ScriptResponse input = new ScriptResponse();
32 input.putResponse("PartOne", JsonValueBuilder.toJsonValue("{ }"));
33 input.putResponse("PartTwo", JsonValueBuilder.toJsonValue("{ }"));
35 JsonValue jsonValue = input.build();
42 assertEquals(output.getResponses(), input.getResponses());
/forgerock/openam/openam-scripting/src/test/java/org/forgerock/openam/scripting/rest/batch/helpers/
H A DScriptResponseTest.java31 ScriptResponse input = new ScriptResponse();
32 input.putResponse("PartOne", JsonValueBuilder.toJsonValue("{ }"));
33 input.putResponse("PartTwo", JsonValueBuilder.toJsonValue("{ }"));
35 JsonValue jsonValue = input.build();
42 assertEquals(output.getResponses(), input.getResponses());
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/utils/
H A DJSONEditorTheme.js48 var input = this._super(options);
49 input.className += "form-control";
51 return input;
74 afterInputReady (input) {
75 if (input.controlgroup) {
78 input.controlgroup = this.closest(input, ".form-group");
79 if (this.closest(input, ".compact")) {
80 input.controlgroup.style.marginBottom = 0;
93 const input
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/util/
H A DDerValue.java57 public DerValue(ByteArrayInputStream input) { argument
58 init(input);
82 private void init(ByteArrayInputStream input) { argument
83 tag = (byte)input.read();
84 length = getLength(input);
86 input.read(data, 0, length);
89 private int getLength(ByteArrayInputStream input) { argument
94 tmp = input.read();
101 tmpbyte = (byte)input.read();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/util/
H A DDerValue.java57 public DerValue(ByteArrayInputStream input) { argument
58 init(input);
82 private void init(ByteArrayInputStream input) { argument
83 tag = (byte)input.read();
84 length = getLength(input);
86 input.read(data, 0, length);
89 private int getLength(ByteArrayInputStream input) { argument
94 tmp = input.read();
101 tmpbyte = (byte)input.read();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DCursorTransformer.java76 private final Cursor<KI, VI> input; field in class:CursorTransformer
82 static <KI, VI, KO, VO> Cursor<KO, VO> transformKeysAndValues(Cursor<KI, VI> input, argument
86 return new CursorTransformer<>(input, keyTransformer, valueTransformer);
89 static <KI, VI, KO, VO> SequentialCursor<KO, VO> transformKeysAndValues(SequentialCursor<KI, VI> input, argument
94 return new CursorTransformer<>(new SequentialCursorAdapter<>(input), keyTransformer, valueTransformer);
97 static <KI, VI, VO> Cursor<KI, VO> transformValues(Cursor<KI, VI> input, argument
100 return transformKeysAndValues(input, Functions.<KI>identityFunction(), valueTransformer);
103 static <KI, VI, VO> Cursor<KI, VO> transformValues(SequentialCursor<KI, VI> input, argument
107 return transformKeysAndValues(new SequentialCursorAdapter<>(input), Functions.<KI> identityFunction(),
129 private CursorTransformer(Cursor<KI, VI> input, Functio argument
[all...]

Completed in 163 milliseconds

1234567891011>>