Searched defs:value (Results 51 - 75 of 6334) sorted by relevance

1234567891011>>

/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DBitStringSyntaxTest.java73 public void testAcceptableValues(String value, Boolean result) throws Exception argument
78 ByteString byteStringValue = ByteString.valueOf(value);
85 fail(syntax + ".valueIsAcceptable gave bad result for " + value +
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DExternalChangelogControlTest.java71 public void checkECLRequestControlTest(boolean critical, String value) argument
75 MultiDomainServerState mdss = new MultiDomainServerState(value);
95 "Expect:"+value+", Got:"+eclrc.getCookie().toString());
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DAttributeSyntaxTest.java43 * The first one should be the value to test, the second the expected
62 public void testAcceptableValues(String value, Boolean result) argument
71 syntax.valueIsAcceptable(ByteString.valueOf(value), reason);
74 fail(syntax + ".valueIsAcceptable gave bad result for " + value +
H A DBinaryAttributeSyntaxTest.java43 * The first one should be the value to test, the second the expected
62 public void testAcceptableValues(ByteString value, Boolean result) argument
71 syntax.valueIsAcceptable(value, reason);
74 fail(syntax + ".valueIsAcceptable gave bad result for " + value.toString() +
H A DBitStringSyntaxTest.java74 public void testAcceptableValues(String value, Boolean result) throws Exception argument
79 ByteString byteStringValue = ByteString.valueOf(value);
86 fail(syntax + ".valueIsAcceptable gave bad result for " + value +
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DControlDecoder.java52 * @param value
53 * The value for the control.
58 T decode(boolean isCritical, ByteString value) throws DirectoryException; argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DMutableBoolean.java36 boolean value; field in class:MutableBoolean
39 * A MutableBoolean with the given initial value.
41 * @param value The initial value of the mutable Boolean
43 public MutableBoolean(boolean value) argument
45 this.value = value;
49 * Retrieves the current value of this MutableBoolean.
51 * @return The current value of this MutableBoolean.
55 return value;
63 set(boolean value) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DControlDecoder.java51 * @param value
52 * The value for the control.
57 T decode(boolean isCritical, ByteString value) throws DirectoryException; argument
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DBooleanHolder.java29 * This class holds a boolean value. Allow to use in/out boolean parameters,
36 /** The boolean value held in this class. */
37 boolean value; field in class:BooleanHolder
43 * the default value for this object
47 this.value = defaultValue;
54 return Boolean.toString(this.value);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DIllegalPropertyValueException.java39 * Thrown to indicate that a property value was invalid according to
49 // The illegal property value.
50 private final Object value; field in class:IllegalPropertyValueException
55 * Create a new illegal property value exception.
59 * @param value
60 * The illegal property value.
62 public IllegalPropertyValueException(PropertyDefinition<?> pd, Object value) { argument
63 super(pd, createMessage(pd, value));
64 this.value = value;
81 createMessage(PropertyDefinition<?> pd, Object value) argument
[all...]
H A DIllegalPropertyValueStringException.java39 * Thrown to indicate that a property value string was invalid
49 // The illegal property value string.
50 private final String value; field in class:IllegalPropertyValueStringException
55 * Create a new illegal property value string exception.
59 * @param value
60 * The illegal property value string.
63 String value) {
64 super(pd, createMessage(pd, value));
65 this.value = value;
62 IllegalPropertyValueStringException(PropertyDefinition<?> pd, String value) argument
82 createMessage(PropertyDefinition<?> pd, String value) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DIndexMod.java43 EntryID value; field in class:IndexMod
53 * @param value The entry ID to be inserted or deleted.
57 public IndexMod(byte[] key, EntryID value, boolean isDelete) argument
60 this.value = value;
/forgerock/openam-v13/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-v13/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-v13/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-v13/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

Completed in 1399 milliseconds

1234567891011>>