Searched defs:value (Results 126 - 150 of 6334) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/audit/util/
H A DStatus.java30 private final int value; field in class:Status
32 private Status(int value) { argument
33 this.value = value;
37 return value;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/schema/
H A DAttributeSyntaxTest.java48 * The first one should be the value to test, the second the expected
67 public void testAcceptableValues(String value, Boolean result) throws Exception argument
79 syntax.valueIsAcceptable(ByteString.valueOfUtf8(value), reason);
81 assertSame(liveResult, result, syntax + ".valueIsAcceptable gave bad result for " + value + " reason : " + reason);
H A DBinaryAttributeSyntaxTest.java48 * The first one should be the value to test, the second the expected
67 public void testAcceptableValues(ByteString value, boolean expectedResult) argument
78 boolean liveResult = syntax.valueIsAcceptable(value, reason);
80 syntax + ".valueIsAcceptable gave bad result for " + value + "reason : " + reason);
H A DBitStringSyntaxTest.java72 public void testAcceptableValues(String value, Boolean result) throws Exception argument
76 ByteString byteStringValue = ByteString.valueOfUtf8(value);
82 assertSame(liveResult, result, syntax + ".valueIsAcceptable gave bad result for " + value + " reason : " + reason);
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DResultEntry.java25 private final JsonValue value; field in class:ResultEntry
29 * @param optional pre-queried value, or null if value not pre-queried
31 public ResultEntry(String id, JsonValue value) { argument
33 this.value = value;
44 * @return The pre-queried value if available, or null if
45 * value not pre-queried
48 return value;
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/
H A DValueElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/
H A DAssertionIDRefElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
H A DAssertionURIRefElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
H A DAttributeValueElement.java38 void setNil(boolean value); argument
H A DAudienceElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
H A DAuthenticatingAuthorityElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
H A DAuthnContextClassRefElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
H A DAuthnContextDeclRefElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/entityconfig/
H A DValueElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/
H A DAffiliateMemberElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
H A DAttributeProfileElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
H A DCompanyElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
H A DEmailAddressElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
H A DGivenNameElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
H A DNameIDFormatElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
H A DRequestedAttributeType.java33 * Gets the value of the isRequired property.
39 * Sets the value of the isRequired property.
42 void setIsRequired(boolean value); argument
H A DSurNameElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
H A DTelephoneNumberElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadataextquery/
H A DActionNamespaceElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(java.lang.String value); argument
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlsig/
H A DDigestValueElement.java27 * Gets the value of the value property.
36 * Sets the value of the value property.
38 * @param value
42 void setValue(byte[] value); argument

Completed in 80 milliseconds

1234567891011>>