Searched defs:isOptional (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DDITContentRule.java362 public boolean isOptional(AttributeType attributeType) method in class:DITContentRule
H A DNameForm.java358 public boolean isOptional(AttributeType attributeType) method in class:NameForm
H A DObjectClass.java393 public boolean isOptional(AttributeType attributeType) { method in class:ObjectClass
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DAbstractUpgradeHelper.java73 * @param isOptional true if this attribute is optional
77 protected AttributeSchemaImpl updateOptional(AttributeSchemaImpl attribute, boolean isOptional) argument
81 if (isOptional) {
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DDITContentRule.java474 public boolean isOptional(AttributeType attributeType) method in class:DITContentRule
H A DNameForm.java440 public boolean isOptional(AttributeType attributeType) method in class:NameForm
H A DObjectClass.java458 public boolean isOptional(AttributeType attributeType) { method in class:ObjectClass
/forgerock/opendj2/src/server/org/opends/server/types/
H A DDITContentRule.java473 public boolean isOptional(AttributeType attributeType) method in class:DITContentRule
H A DNameForm.java439 public boolean isOptional(AttributeType attributeType) method in class:NameForm
H A DObjectClass.java457 public boolean isOptional(AttributeType attributeType) { method in class:ObjectClass
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DDITContentRule.java474 public boolean isOptional(AttributeType attributeType) method in class:DITContentRule
H A DNameForm.java440 public boolean isOptional(AttributeType attributeType) method in class:NameForm
H A DObjectClass.java458 public boolean isOptional(AttributeType attributeType) { method in class:ObjectClass
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DDITContentRule.java474 public boolean isOptional(AttributeType attributeType) method in class:DITContentRule
H A DNameForm.java440 public boolean isOptional(AttributeType attributeType) method in class:NameForm
H A DObjectClass.java458 public boolean isOptional(AttributeType attributeType) { method in class:ObjectClass
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DDITContentRule.java473 public boolean isOptional(AttributeType attributeType) method in class:DITContentRule
H A DNameForm.java439 public boolean isOptional(AttributeType attributeType) method in class:NameForm
H A DObjectClass.java457 public boolean isOptional(AttributeType attributeType) { method in class:ObjectClass
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java102 private boolean isOptional; field in class:AttributeSchemaImpl
414 public boolean isOptional() { method in class:AttributeSchemaImpl
415 return (isOptional);
476 buf.append("\n\tisOptional=").append(isOptional);
718 isOptional = true;
H A DAttributeSchema.java626 public boolean isOptional() { method in class:AttributeSchema
627 return (as.isOptional());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java106 private boolean isOptional; field in class:AttributeSchemaImpl
436 public boolean isOptional() { method in class:AttributeSchemaImpl
437 return (isOptional);
498 buf.append("\n\tisOptional=").append(isOptional);
749 isOptional = true;
H A DAttributeSchema.java660 public boolean isOptional() { method in class:AttributeSchema
661 return (as.isOptional());
/forgerock/openam-v13/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorOATH.java104 private boolean isOptional; field in class:AuthenticatorOATH
212 this.isOptional = !getLoginState("authenticatorOATH").is2faMandatory();
315 if (isOptional) {
324 if (isOptional) { //if it's optional and you log in, config not skippable
360 if (isOptional && userConfiguredSkippable == AuthenticatorOathService.SKIPPABLE) {
362 } else if (isOptional && userConfiguredSkippable == AuthenticatorOathService.NOT_SET) {
364 } else if (isOptional && userConfiguredSkippable != AuthenticatorOathService.NOT_SKIPPABLE) {
368 if (isOptional) {
410 if (isOptional) { //if it's optional and you log in, config not skippable
474 if (isOptional
[all...]
/forgerock/openam/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorOATH.java112 private boolean isOptional; field in class:AuthenticatorOATH
236 this.isOptional = !getLoginState("authenticatorOATH").is2faMandatory();
339 if (isOptional) {
348 if (isOptional) { //if it's optional and you log in, config not skippable
383 if (isOptional && userConfiguredSkippable == AuthenticatorOathService.SKIPPABLE) {
385 } else if (isOptional && userConfiguredSkippable == AuthenticatorOathService.NOT_SET) {
387 } else if (isOptional && userConfiguredSkippable != AuthenticatorOathService.NOT_SKIPPABLE) {
391 if (isOptional) {
433 if (isOptional) { //if it's optional and you log in, config not skippable
505 if (isOptional
[all...]

Completed in 135 milliseconds

12