Searched refs:activeValue (Results 1 - 25 of 68) sorted by relevance

123

/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/helpers/
H A DDirectoryHelper.java84 * @param activeValue The active value configured in the data store settings.
85 * @return <code>Active</code> if the value is null or the value is the same as activeValue. Otherwise
88 public String convertToInetUserStatus(String value, String activeValue) { argument
89 return isActive(value, activeValue) ? STATUS_ACTIVE : STATUS_INACTIVE;
96 * @param activeValue The active value configured in the data store settings.
97 * @return <code>true</code> if the value is null or the value is the same as activeValue. Otherwise
100 public boolean isActive(String value, String activeValue) { argument
101 return value == null || value.equalsIgnoreCase(activeValue);
111 * @param activeValue The active value of the user status attribute.
117 String activeValue, Strin
116 getStatus(DJLDAPv3Repo idRepo, String name, boolean isActive, String userStatusAttr, String activeValue, String inactiveValue) argument
[all...]
H A DADHelper.java63 * @param activeValue Not used in this context.
69 public String getStatus(DJLDAPv3Repo idRepo, String name, boolean isActive, String userStatusAttr, String activeValue, argument
/forgerock/opendj2/src/server/org/opends/server/config/
H A DBooleanConfigAttribute.java68 private boolean activeValue; field in class:BooleanConfigAttribute
116 activeValue = value;
132 * @param activeValue The active value for this Boolean
139 boolean activeValue, boolean pendingValue)
142 getValueSet(activeValue), true, getValueSet(pendingValue));
145 this.activeValue = activeValue;
183 public boolean activeValue() method in class:BooleanConfigAttribute
185 return activeValue;
204 return activeValue;
137 BooleanConfigAttribute(String name, Message description, boolean requiresAdminAction, boolean activeValue, boolean pendingValue) argument
[all...]
H A DReadOnlyConfigAttribute.java173 public String activeValue() method in class:ReadOnlyConfigAttribute
219 return activeValue();
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DBooleanConfigAttribute.java69 private boolean activeValue; field in class:BooleanConfigAttribute
117 activeValue = value;
133 * @param activeValue The active value for this Boolean
140 boolean activeValue, boolean pendingValue)
143 getValueSet(activeValue), true, getValueSet(pendingValue));
146 this.activeValue = activeValue;
184 public boolean activeValue() method in class:BooleanConfigAttribute
186 return activeValue;
205 return activeValue;
138 BooleanConfigAttribute(String name, Message description, boolean requiresAdminAction, boolean activeValue, boolean pendingValue) argument
[all...]
H A DReadOnlyConfigAttribute.java174 public String activeValue() method in class:ReadOnlyConfigAttribute
220 return activeValue();
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DBooleanConfigAttribute.java69 private boolean activeValue; field in class:BooleanConfigAttribute
117 activeValue = value;
133 * @param activeValue The active value for this Boolean
140 boolean activeValue, boolean pendingValue)
143 getValueSet(activeValue), true, getValueSet(pendingValue));
146 this.activeValue = activeValue;
184 public boolean activeValue() method in class:BooleanConfigAttribute
186 return activeValue;
205 return activeValue;
138 BooleanConfigAttribute(String name, Message description, boolean requiresAdminAction, boolean activeValue, boolean pendingValue) argument
[all...]
H A DReadOnlyConfigAttribute.java174 public String activeValue() method in class:ReadOnlyConfigAttribute
220 return activeValue();
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DBooleanConfigAttribute.java68 private boolean activeValue; field in class:BooleanConfigAttribute
116 activeValue = value;
132 * @param activeValue The active value for this Boolean
139 boolean activeValue, boolean pendingValue)
142 getValueSet(activeValue), true, getValueSet(pendingValue));
145 this.activeValue = activeValue;
183 public boolean activeValue() method in class:BooleanConfigAttribute
185 return activeValue;
204 return activeValue;
137 BooleanConfigAttribute(String name, Message description, boolean requiresAdminAction, boolean activeValue, boolean pendingValue) argument
[all...]
H A DReadOnlyConfigAttribute.java173 public String activeValue() method in class:ReadOnlyConfigAttribute
219 return activeValue();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DBooleanConfigAttribute.java69 private boolean activeValue; field in class:BooleanConfigAttribute
117 activeValue = value;
133 * @param activeValue The active value for this Boolean
140 boolean activeValue, boolean pendingValue)
143 getValueSet(activeValue), true, getValueSet(pendingValue));
146 this.activeValue = activeValue;
184 public boolean activeValue() method in class:BooleanConfigAttribute
186 return activeValue;
205 return activeValue;
138 BooleanConfigAttribute(String name, Message description, boolean requiresAdminAction, boolean activeValue, boolean pendingValue) argument
[all...]
H A DReadOnlyConfigAttribute.java174 public String activeValue() method in class:ReadOnlyConfigAttribute
220 return activeValue();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DBooleanConfigAttribute.java63 private boolean activeValue; field in class:BooleanConfigAttribute
111 activeValue = value;
127 * @param activeValue The active value for this Boolean
134 boolean activeValue, boolean pendingValue)
137 getValueSet(activeValue), true, getValueSet(pendingValue));
140 this.activeValue = activeValue;
178 public boolean activeValue() method in class:BooleanConfigAttribute
180 return activeValue;
197 return activeValue;
132 BooleanConfigAttribute(String name, LocalizableMessage description, boolean requiresAdminAction, boolean activeValue, boolean pendingValue) argument
[all...]
H A DReadOnlyConfigAttribute.java172 public String activeValue() method in class:ReadOnlyConfigAttribute
215 return activeValue();
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/helpers/
H A DDirectoryHelper.java111 * @param activeValue The active value of the user status attribute.
117 String activeValue, String inactiveValue) throws IdRepoException {
118 return isActive ? activeValue : inactiveValue;
116 getStatus(DJLDAPv3Repo idRepo, String name, boolean isActive, String userStatusAttr, String activeValue, String inactiveValue) argument
H A DADHelper.java63 * @param activeValue Not used in this context.
69 public String getStatus(DJLDAPv3Repo idRepo, String name, boolean isActive, String userStatusAttr, String activeValue, argument
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DBackendToolUtils.java140 backendID = idAttr.activeValue();
178 backendClassName = classAttr.activeValue();
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DBackendToolUtils.java144 backendID = idAttr.activeValue();
182 backendClassName = classAttr.activeValue();
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DBackendToolUtils.java140 backendID = idAttr.activeValue();
178 backendClassName = classAttr.activeValue();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DBackendToolUtils.java140 backendID = idAttr.activeValue();
178 backendClassName = classAttr.activeValue();
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DBackendToolUtils.java144 backendID = idAttr.activeValue();
182 backendClassName = classAttr.activeValue();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DBackendToolUtils.java164 return classAttr != null ? classAttr.activeValue() : null;
185 return idAttr != null ? idAttr.activeValue() : null;
/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DTaskUtils.java93 return idAttr.activeValue();
187 backendID = idAttr.activeValue();
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DTaskUtils.java92 return idAttr.activeValue();
186 backendID = idAttr.activeValue();
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DTaskUtils.java93 return idAttr.activeValue();
187 backendID = idAttr.activeValue();

Completed in 94 milliseconds

123