Searched refs:required (Results 1 - 25 of 361) sorted by relevance

1234567891011>>

/forgerock/jee-agents-v3.5/jee-agents-distribution/jee-agents-distribution-jetty-v7/src/main/assembly/config/
H A Damlogin.conf2 org.forgerock.agents.jetty.v7.AgentLoginModule required;
/forgerock/openidm-v4/openidm-enhanced-config/src/test/java/org/forgerock/openidm/config/enhanced/
H A DJSONEnhancedConfigTest.java78 assertEquals(configuration.get("attr1").required().asString(), "value1");
79 assertEquals(configuration.get("attr2").required().asString(), "pre value2-post");
80 // assertEquals(configuration.get("attr3").required().asString(), "");
81 assertEquals(configuration.get("attr3").required().asString(), "&{not-available}");
85 assertEquals(nested.get("subattr1").required().asString(), "nested DEMO");
86 assertEquals(nested.get("subattr2").required().asString(), "nested TEST");
88 assertEquals(configuration.get("attr5").required().asString(), "&{not-value1");
89 assertEquals(configuration.get("attr6").required().asString(), "esc\\&{not-value1}");
90 assertEquals(configuration.get("attr7").required().asString(), "not-value1}");
91 assertEquals(configuration.get("attr8").required()
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/db2/conf/
H A Djaas.conf2 com.sun.security.auth.module.Krb5LoginModule required
/forgerock/openidm-v4/custom-scripted-connector-bundler/src/main/java/org/forgerock/openidm/tools/scriptedbundler/
H A DCustomObjectTypeProperty.java40 * "required" : true,
77 private Boolean required = false; field in class:CustomObjectTypeProperty
132 return PROPERTY_TYPES.get(type) + (required
133 ? "," + (required ? " REQUIRED" : "")
138 * Return whether this property is required.
143 return required;
147 * Set whether this property is required.
149 * @param required
151 public void setRequired(Boolean required) { argument
152 this.required
[all...]
H A DCustomProperty.java44 * "required" : true,
54 * "required" : false,
98 private Boolean required; field in class:CustomProperty
210 * Return whether this property is required.
215 return required;
219 * Set whether this property is required.
221 * @param required
223 public void setRequired(Boolean required) { argument
224 this.required = required;
[all...]
/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/
H A DAuthenticatorFactory.java64 jsonValue.get(QUERY_ON_RESOURCE).required().asString(),
65 jsonValue.get(QUERY_ID).required().asString(),
66 jsonValue.get(PROPERTY_MAPPING).get(AUTHENTICATION_ID).required().asString(),
67 jsonValue.get(PROPERTY_MAPPING).get(USER_CREDENTIAL).required().asString(),
72 jsonValue.get(USERNAME_PROPERTY).required().asString(),
73 jsonValue.get(PASSWORD_PROPERTY).required().asString());
76 jsonValue.get(QUERY_ON_RESOURCE).required().asString());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DX509CertificateCallback.java98 * Sets the required signature flag.
100 * @param required <code>true</code> if signature is required.
102 public void setReqSignature(boolean required) { argument
103 this.reqSignature = required;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DX509CertificateCallback.java98 * Sets the required signature flag.
100 * @param required <code>true</code> if signature is required.
102 public void setReqSignature(boolean required) { argument
103 this.reqSignature = required;
/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAttributeDesignator.java53 * &lt;attribute name="Category" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
54 * &lt;attribute name="AttributeId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
55 * &lt;attribute name="DataType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
57 * &lt;attribute name="MustBePresent" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
71 @XmlAttribute(name = "Category", required = true)
74 @XmlAttribute(name = "AttributeId", required = true)
77 @XmlAttribute(name = "DataType", required = true)
82 @XmlAttribute(name = "MustBePresent", required = true)
H A DAttributeSelector.java53 * &lt;attribute name="Category" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
55 * &lt;attribute name="Path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
56 * &lt;attribute name="DataType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
57 * &lt;attribute name="MustBePresent" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
71 @XmlAttribute(name = "Category", required = true)
77 @XmlAttribute(name = "Path", required = true)
79 @XmlAttribute(name = "DataType", required = true)
82 @XmlAttribute(name = "MustBePresent", required = true)
H A DCombinerParameter.java56 * &lt;attribute name="ParameterName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
70 @XmlElement(name = "AttributeValue", required = true)
72 @XmlAttribute(name = "ParameterName", required = true)
H A DAttribute.java59 * &lt;attribute name="AttributeId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
61 * &lt;attribute name="IncludeInResult" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
75 @XmlElement(name = "AttributeValue", required = true)
77 @XmlAttribute(name = "AttributeId", required = true)
82 @XmlAttribute(name = "IncludeInResult", required = true)
H A DMissingAttributeDetail.java59 * &lt;attribute name="Category" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
60 * &lt;attribute name="AttributeId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
61 * &lt;attribute name="DataType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
78 @XmlAttribute(name = "Category", required = true)
81 @XmlAttribute(name = "AttributeId", required = true)
84 @XmlAttribute(name = "DataType", required = true)
/forgerock/openidm-v4/openidm-audit/src/main/java/org/forgerock/openidm/audit/impl/
H A DRouterAuditEventHandlerConfiguration.java41 @JsonProperty(required=true)
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAttributeDesignator.java53 * &lt;attribute name="Category" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
54 * &lt;attribute name="AttributeId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
55 * &lt;attribute name="DataType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
57 * &lt;attribute name="MustBePresent" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
71 @XmlAttribute(name = "Category", required = true)
74 @XmlAttribute(name = "AttributeId", required = true)
77 @XmlAttribute(name = "DataType", required = true)
82 @XmlAttribute(name = "MustBePresent", required = true)
H A DAttributeSelector.java53 * &lt;attribute name="Category" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
55 * &lt;attribute name="Path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
56 * &lt;attribute name="DataType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
57 * &lt;attribute name="MustBePresent" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
71 @XmlAttribute(name = "Category", required = true)
77 @XmlAttribute(name = "Path", required = true)
79 @XmlAttribute(name = "DataType", required = true)
82 @XmlAttribute(name = "MustBePresent", required = true)
H A DCombinerParameter.java56 * &lt;attribute name="ParameterName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
70 @XmlElement(name = "AttributeValue", required = true)
72 @XmlAttribute(name = "ParameterName", required = true)
H A DAttribute.java59 * &lt;attribute name="AttributeId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
61 * &lt;attribute name="IncludeInResult" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
75 @XmlElement(name = "AttributeValue", required = true)
77 @XmlAttribute(name = "AttributeId", required = true)
82 @XmlAttribute(name = "IncludeInResult", required = true)
H A DMissingAttributeDetail.java59 * &lt;attribute name="Category" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
60 * &lt;attribute name="AttributeId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
61 * &lt;attribute name="DataType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
78 @XmlAttribute(name = "Category", required = true)
81 @XmlAttribute(name = "AttributeId", required = true)
84 @XmlAttribute(name = "DataType", required = true)
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/util/
H A DAdminUtils.js32 obj.findPropertiesList = function(type, required) {
47 if(required) {
49 return property.required === true;
68 if(required) {
73 _.each(properties.schema.required, function(field) {
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/internal/
H A DSystemAction.java53 this.name = systemAction.get(SCRIPT_ID).required().asString();
55 for (JsonValue actionValue : systemAction.get("actions").required().expect(List.class)) {
86 this.systemType = systemTypeAction.get("systemType").required().asPattern();
87 this.actionType = systemTypeAction.get("actionType").required().asString();
90 IdentityServer.getFileForProjectPath(systemTypeAction.get("actionFile").required().asString());
98 actionSource = systemTypeAction.get("actionSource").required().asString();
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DRecordProperties.java89 recordProperties.issueID = jsonProperties.get(RecordConstants.ISSUE_ID_LABEL).required().asLong();
90 recordProperties.referenceID = jsonProperties.get(RecordConstants.REFERENCE_ID_LABEL).required().asString();
98 recordProperties.description = jsonProperties.get(RecordConstants.DESCRIPTION_LABEL).required().asString();
105 recordProperties.zipEnable = jsonProperties.get(RecordConstants.ZIP_ENABLE_LABEL).required().asBoolean();
119 JsonValue jsonThreadDump = jsonProperties.get(RecordConstants.THREAD_DUMP_LABEL).required();
120 recordProperties.threadDumpEnable = jsonThreadDump.get(RecordConstants.THREAD_DUMP_ENABLE_LABEL).required()
125 JsonValue jsonThreadDumpDelay = jsonThreadDump.get(RecordConstants.THREAD_DUMP_DELAY_LABEL).required();
126 TimeUnit timeUnit = jsonThreadDumpDelay.get(RecordConstants.THREAD_DUMP_DELAY_TIME_UNIT_LABEL).required()
129 Long timeValue = jsonThreadDumpDelay.get(RecordConstants.THREAD_DUMP_DELAY_VALUE_LABEL).required().asLong();
153 JsonValue jsonConfigExport = jsonProperties.get(RecordConstants.CONFIG_EXPORT_LABEL).required();
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DRecordProperties.java92 recordProperties.issueID = jsonProperties.get(RecordConstants.ISSUE_ID_LABEL).required().asLong();
93 recordProperties.referenceID = jsonProperties.get(RecordConstants.REFERENCE_ID_LABEL).required().asString();
101 recordProperties.description = jsonProperties.get(RecordConstants.DESCRIPTION_LABEL).required().asString();
108 recordProperties.zipEnable = jsonProperties.get(RecordConstants.ZIP_ENABLE_LABEL).required().asBoolean();
122 JsonValue jsonThreadDump = jsonProperties.get(RecordConstants.THREAD_DUMP_LABEL).required();
123 recordProperties.threadDumpEnable = jsonThreadDump.get(RecordConstants.THREAD_DUMP_ENABLE_LABEL).required()
128 JsonValue jsonThreadDumpDelay = jsonThreadDump.get(RecordConstants.THREAD_DUMP_DELAY_LABEL).required();
129 TimeUnit timeUnit = jsonThreadDumpDelay.get(RecordConstants.THREAD_DUMP_DELAY_TIME_UNIT_LABEL).required()
132 Long timeValue = jsonThreadDumpDelay.get(RecordConstants.THREAD_DUMP_DELAY_VALUE_LABEL).required().asLong();
156 JsonValue jsonConfigExport = jsonProperties.get(RecordConstants.CONFIG_EXPORT_LABEL).required();
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DDCTreeServicesHelper.java91 * Method to determine if DC Tree support is required or not.
93 * @return true if DC Tree support required, false otherwise
103 boolean required = false;
106 required = false;
109 required = (val.equalsIgnoreCase("true"));
112 return required;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DDCTreeServicesHelper.java91 * Method to determine if DC Tree support is required or not.
93 * @return true if DC Tree support required, false otherwise
103 boolean required = false;
106 required = false;
109 required = (val.equalsIgnoreCase("true"));
112 return required;

Completed in 107 milliseconds

1234567891011>>