Searched refs:active (Results 101 - 125 of 187) sorted by relevance

12345678

/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/
H A DEditRealmView.js138 data.schema.properties.active.readonly = true;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/resources/css/am-common/
H A Dopenam.less76 .btn-default.active {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java132 * Returns true if the <code> name </code> object is active.
135 * <code>true</code> if name object is in active
152 * Sets the object's status to <code>active</code>.
160 * @param active
161 * true if setting to active; false otherwise.
166 String name, boolean active)
165 setActiveStatus(SSOToken token, IdType type, String name, boolean active) argument
H A DIdServices.java78 String amOrgName, String amsdkDN, boolean active)
77 setActiveStatus(SSOToken token, IdType type, String name, String amOrgName, String amsdkDN, boolean active) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java132 * Returns true if the <code> name </code> object is active.
135 * <code>true</code> if name object is in active
152 * Sets the object's status to <code>active</code>.
160 * @param active
161 * true if setting to active; false otherwise.
166 String name, boolean active)
165 setActiveStatus(SSOToken token, IdType type, String name, boolean active) argument
H A DIdServices.java113 String amOrgName, String amsdkDN, boolean active)
112 setActiveStatus(SSOToken token, IdType type, String name, String amOrgName, String amsdkDN, boolean active) argument
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsRealmProvider.java128 protected static final String ACTIVE_ATTRIBUTE_NAME = "active";
231 if (realmDetails.get("active").defaultTo(true).asBoolean()) {
579 JsonValue active = jsonContent.get(ACTIVE_ATTRIBUTE_NAME);
580 checkArgument(active.isNotNull(), ERR_NO_PARAMETER_PROVIDED, ACTIVE_ATTRIBUTE_NAME);
581 checkArgument(!active.toString().equals(JSON_NULL_STR), ERR_NO_PARAMETER_PROVIDED, ACTIVE_ATTRIBUTE_NAME);
582 checkArgument(active.isBoolean(), ERR_WRONG_PARAMETER_TYPE , ACTIVE_ATTRIBUTE_NAME, Boolean.TYPE.toString());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java518 String amOrgName, String amsdkDN, boolean active) throws SSOException,
520 super.setActiveStatus(token, type, name, amOrgName, amsdkDN, active);
517 setActiveStatus(SSOToken token, IdType type, String name, String amOrgName, String amsdkDN, boolean active) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java494 String amOrgName, String amsdkDN, boolean active) throws SSOException,
496 super.setActiveStatus(token, type, name, amOrgName, amsdkDN, active);
493 setActiveStatus(SSOToken token, IdType type, String name, String amOrgName, String amsdkDN, boolean active) argument
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/
H A DEditPolicyView.js67 { name: "settings", attr: ["name", "description", "active"] }
118 if (this.data.entity.active) {
119 this.data.status.text = "common.user.active";
267 this.activeTabId = this.$el.find(".tab-menu li.active a").attr("href");
272 activeTabIndex = this.$el.find(".tab-pane.active").index();
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/workflow/tasks/
H A DTasksMenuView.js186 active,
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/historicalaccountlinking/
H A DREADME.md25 currently active.
44 date the link was created, and "active" which is set to true to indicate that the target is currently linked.
46 linked target object with an "unlinkDate" specifying the date the target was unlinked, and sets "active" to false,
143 and the linkDate that was set in the properties, along with "active" set to true.
159 "active": true,
199 "active": true,
230 "unlinkDate was set in the properties and "active" was set to false.
246 "active": false,
266 --data '[ { "operation" : "replace", "field" : "accountStatus", "value" : "active" } ]' \
271 "accountStatus": "active",
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java518 String amOrgName, String amsdkDN, boolean active) throws SSOException,
520 super.setActiveStatus(token, type, name, amOrgName, amsdkDN, active);
517 setActiveStatus(SSOToken token, IdType type, String name, String amOrgName, String amsdkDN, boolean active) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java494 String amOrgName, String amsdkDN, boolean active) throws SSOException,
496 super.setActiveStatus(token, type, name, amOrgName, amsdkDN, active);
493 setActiveStatus(SSOToken token, IdType type, String name, String amOrgName, String amsdkDN, boolean active) argument
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/utils/
H A DJSONEditorTheme.js246 tab.className += " active";
250 tab.className = tab.className.replace(/\s?active/g, "");
290 progressBar.className = "progress progress-striped active";
366 button.className += " active";
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/
H A DEditPolicyView.js66 { name: "settings", attr: ["name", "description", "active"] }
114 if (this.data.entity.active) {
115 this.data.status.text = "common.user.active";
258 this.activeTabId = this.$el.find(".tab-menu li.active a").attr("href");
263 activeTabIndex = this.$el.find(".tab-pane.active").index();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java877 String active = (String) it.next();
878 return (active.equalsIgnoreCase(statusActive) ? true : false);
888 String name, boolean active)
892 if (active) {
887 setActiveStatus(SSOToken token, IdType type, String name, boolean active) argument
H A DAgentsRepo.java1114 String active = (String) it.next();
1115 return (active.equalsIgnoreCase(statusActive) ? true : false);
1126 String name, boolean active)
1131 if (active) {
1125 setActiveStatus(SSOToken token, IdType type, String name, boolean active) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java877 String active = (String) it.next();
878 return (active.equalsIgnoreCase(statusActive) ? true : false);
888 String name, boolean active)
892 if (active) {
887 setActiveStatus(SSOToken token, IdType type, String name, boolean active) argument
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DJsonPolicyParserTest.java131 JsonValue content = buildJson(field("active", true));
474 boolean active = true;
475 policy.setActive(active);
481 assertThat(result.get("active").asBoolean()).isEqualTo(active);
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DJsonPolicyParserTest.java131 JsonValue content = buildJson(field("active", true));
474 boolean active = true;
475 policy.setActive(active);
481 assertThat(result.get("active").asBoolean()).isEqualTo(active);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java136 // idRepoService.xml schema element name for user status active value
141 // idRepoService.xml schema element name for user status in-active value
205 //idRepoService.xml, then may set the users status as always active
210 //status attribute column to see if user is active or not
480 //if nothing specified then each user is always active
486 //status value is set to active, so need to find value that means active.
1548 * Returns true if the <code> name </code> object is active
1550 * active attribute is explicitly set to be inactive.
1552 * Otherwise if user exists and is not set to inactive, then user is active
1637 setActiveStatus(SSOToken token, IdType type, String name, boolean active) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java137 // idRepoService.xml schema element name for user status active value
142 // idRepoService.xml schema element name for user status in-active value
206 //idRepoService.xml, then may set the users status as always active
211 //status attribute column to see if user is active or not
481 //if nothing specified then each user is always active
487 //status value is set to active, so need to find value that means active.
1549 * Returns true if the <code> name </code> object is active
1551 * active attribute is explicitly set to be inactive.
1553 * Otherwise if user exists and is not set to inactive, then user is active
1638 setActiveStatus(SSOToken token, IdType type, String name, boolean active) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java1312 String active = (String) it.next();
1313 return (active.equalsIgnoreCase(statusActive) ? true : false);
1323 String name, boolean active)
1331 if (active) {
1322 setActiveStatus(SSOToken token, IdType type, String name, boolean active) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java1314 String active = (String) it.next();
1315 return (active.equalsIgnoreCase(statusActive) ? true : false);
1325 String name, boolean active)
1333 if (active) {
1324 setActiveStatus(SSOToken token, IdType type, String name, boolean active) argument

Completed in 124 milliseconds

12345678