Searched refs:active (Results 26 - 50 of 187) sorted by relevance

12345678

/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/button/assets/skins/sam/
H A Dbutton.css7 .yui-skin-sam .yui-button{display:-moz-inline-box;display:inline-block;border-width:1px 0;border-style:solid;border-color:#808080;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;margin:auto .25em;}.yui-skin-sam .yui-button .first-child{display:block;*display:inline-block;border-width:0 1px;border-style:solid;border-color:#808080;margin:0 -1px;*position:relative;*left:-1px;}.yui-skin-sam .yui-button button,.yui-skin-sam .yui-button a{display:block;*display:inline-block;padding:0 10px;border:none;font-size:93%;line-height:2;*line-height:1.7;min-height:2em;*min-height:auto;color:#000;}.yui-skin-sam .yui-button button{*overflow:visible;background-color:transparent;cursor:pointer;cursor:hand;}.yui-skin-sam .yui-button a{text-decoration:none;}.yui-skin-sam .yui-split-button button,.yui-skin-sam .yui-menu-button button{padding-right:20px;background-position:right center;background-repeat:no-repeat;}.yui-skin-sam .yui-menu-button button{background-image:url(menu-button-arrow.png);}.yui-skin-sam .yui-split-button button{background-image:url(split-button-arrow.png);}.yui-skin-sam .yui-button-focus{border-color:#7D98B8;background-position:0 -1300px;}.yui-skin-sam .yui-button-focus .first-child{border-color:#7D98B8;}.yui-skin-sam .yui-button-focus button,.yui-skin-sam .yui-button-focus a{color:#000;}.yui-skin-sam .yui-split-button-focus button{background-image:url(split-button-arrow-focus.png);}.yui-skin-sam .yui-button-hover{border-color:#7D98B8;background-position:0 -1300px;}.yui-skin-sam .yui-button-hover .first-child{border-color:#7D98B8;}.yui-skin-sam .yui-button-hover button,.yui-skin-sam .yui-button-hover a{color:#000;}.yui-skin-sam .yui-split-button-hover button{background-image:url(split-button-arrow-hover.png);}.yui-skin-sam .yui-button-active{border-color:#7D98B8;background-position:0 -1700px;}.yui-skin-sam .yui-button-active .first-child{border-color:#7D98B8;}.yui-skin-sam .yui-button-active button,.yui-skin-sam .yui-button-active a{color:#000;}.yui-skin-sam .yui-split-button-activeoption{border-color:#808080;background-position:0 0;}.yui-skin-sam .yui-split-button-activeoption .first-child{border-color:#808080;}.yui-skin-sam .yui-split-button-activeoption button{background-image:url(split-button-arrow-active.png);}.yui-skin-sam .yui-radio-button-checked,.yui-skin-sam .yui-checkbox-button-checked{border-color:#304369;background-position:0 -1400px;}.yui-skin-sam .yui-radio-button-checked .first-child,.yui-skin-sam .yui-checkbox-button-checked .first-child{border-color:#304369;}.yui-skin-sam .yui-radio-button-checked button,.yui-skin-sam .yui-checkbox-button-checked button{color:#fff;}.yui-skin-sam .yui-button-disabled{border-color:#ccc;background-position:0 -1500px;}.yui-skin-sam .yui-button-disabled .first-child{border-color:#ccc;}.yui-skin-sam .yui-button-disabled button,.yui-skin-sam .yui-button-disabled a{color:#A6A6A6;cursor:default;}.yui-skin-sam .yui-menu-button-disabled button{background-image:url(menu-button-arrow-disabled.png);}.yui-skin-sam .yui-split-button-disabled button{background-image:url(split-button-arrow-disabled.png);}
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DReferralPrivilege.java79 private boolean active = true; field in class:ReferralPrivilege
120 clone.active = active;
146 if (jo.has("active")) {
147 r.active = jo.getBoolean("active");
394 jo.put("active", active);
452 if (!active) {
578 * Returns <code>true</code> if this privilege is active
591 setActive(boolean active) argument
[all...]
H A DPrivilege.java161 private boolean active = true; field in class:Privilege
410 jo.put("active", Boolean.toString(active));
436 privilege.active = Boolean.parseBoolean(jo.optString("active"));
574 if (this.active != object.active) {
886 * Returns <code>true</code> if this privilege is active.
888 * @return <code>true</code> if this privilege is active.
891 return active;
899 setActive(boolean active) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DPrivilege.java161 private boolean active = true; field in class:Privilege
410 jo.put("active", Boolean.toString(active));
436 privilege.active = Boolean.parseBoolean(jo.optString("active"));
574 if (this.active != object.active) {
886 * Returns <code>true</code> if this privilege is active.
888 * @return <code>true</code> if this privilege is active.
891 return active;
899 setActive(boolean active) argument
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/model/json/
H A DJsonPolicy.java41 "name", "active", "description", "entitlement", "subject", "condition", "resourceTypeUuid",
109 * Returns {@code true} if this policy is active (i.e., in use).
111 * @return true if the policy is active, otherwise false.
120 * @param active whether the policy should be active.
122 public void setActive(boolean active) { argument
123 privilege.setActive(active);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/model/json/
H A DJsonPolicy.java41 "name", "active", "description", "entitlement", "subject", "condition", "resourceTypeUuid",
109 * Returns {@code true} if this policy is active (i.e., in use).
111 * @return true if the policy is active, otherwise false.
120 * @param active whether the policy should be active.
122 public void setActive(boolean active) { argument
123 privilege.setActive(active);
/forgerock/openam-v13/openam-console/src/main/webapp/css/
H A Dcss_ns4sol.css66 .help-body a:link,a:active {color:#3a2eb5;text-decoration:underline}
72 a.help-toc-link:link, a.help-toc-link:active {color:#3a2eb5;text-decoration:underline}
74 a.help-return-link:link, a.help-return-link:active {color:#3a2eb5;text-decoration:underline}
406 a.masthead-link:active {color:#F00;text-decoration:underline}
415 a.plugin-link:active {font-weight:bold;color:#F00;text-decoration:underline}
421 a.tree-node-link:link, a.tree-node-link:visited, a.tree-node-link:active {color:#000;text-decoration:none}
430 a.global-tab-link:active {color:#F00;text-decoration:underline}
439 a.global-tab-sec-link:active {margin:2px 0px;color:#F00;text-decoration:underline}
450 a.local-tab-link:active {color:#F00;text-decoration:underline}
459 a.local-tab-sec-link:active {margi
[all...]
H A Dcss_ns4win.css66 .help-body a:link,a:active {color:#3A2EB5;text-decoration:underline}
72 a.help-toc-link:link, a.help-toc-link:active {color:#3A2EB5;text-decoration:underline}
74 a.help-return-link:link, a.help-return-link:active {color:#3A2EB5;text-decoration:underline}
409 a.masthead-link:active {color:#F00;text-decoration:underline}
418 a.plugin-link:active {font-weight:bold;color:#F00;text-decoration:underline}
424 a.tree-node-link:link, a.tree-node-link:visited, a.tree-node-link:active {color:#000;text-decoration:none}
433 a.global-tab-link:active {color:#F00;text-decoration:underline}
442 a.global-tab-sec-link:active {margin:2px 0px;color:#F00;text-decoration:underline}
453 a.local-tab-link:active {color:#F00;text-decoration:underline}
462 a.local-tab-sec-link:active {margi
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/css/
H A Dcss_ns4sol.css66 .help-body a:link,a:active {color:#3a2eb5;text-decoration:underline}
72 a.help-toc-link:link, a.help-toc-link:active {color:#3a2eb5;text-decoration:underline}
74 a.help-return-link:link, a.help-return-link:active {color:#3a2eb5;text-decoration:underline}
406 a.masthead-link:active {color:#F00;text-decoration:underline}
415 a.plugin-link:active {font-weight:bold;color:#F00;text-decoration:underline}
421 a.tree-node-link:link, a.tree-node-link:visited, a.tree-node-link:active {color:#000;text-decoration:none}
430 a.global-tab-link:active {color:#F00;text-decoration:underline}
439 a.global-tab-sec-link:active {margin:2px 0px;color:#F00;text-decoration:underline}
450 a.local-tab-link:active {color:#F00;text-decoration:underline}
459 a.local-tab-sec-link:active {margi
[all...]
H A Dcss_ns4win.css66 .help-body a:link,a:active {color:#3A2EB5;text-decoration:underline}
72 a.help-toc-link:link, a.help-toc-link:active {color:#3A2EB5;text-decoration:underline}
74 a.help-return-link:link, a.help-return-link:active {color:#3A2EB5;text-decoration:underline}
409 a.masthead-link:active {color:#F00;text-decoration:underline}
418 a.plugin-link:active {font-weight:bold;color:#F00;text-decoration:underline}
424 a.tree-node-link:link, a.tree-node-link:visited, a.tree-node-link:active {color:#000;text-decoration:none}
433 a.global-tab-link:active {color:#F00;text-decoration:underline}
442 a.global-tab-sec-link:active {margin:2px 0px;color:#F00;text-decoration:underline}
453 a.local-tab-link:active {color:#F00;text-decoration:underline}
462 a.local-tab-sec-link:active {margi
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/password/css/
H A Dcss_ns4sol.css66 .help-body a:link,a:active {color:#3a2eb5;text-decoration:underline}
72 a.help-toc-link:link, a.help-toc-link:active {color:#3a2eb5;text-decoration:underline}
74 a.help-return-link:link, a.help-return-link:active {color:#3a2eb5;text-decoration:underline}
406 a.masthead-link:active {color:#F00;text-decoration:underline}
415 a.plugin-link:active {font-weight:bold;color:#F00;text-decoration:underline}
421 a.tree-node-link:link, a.tree-node-link:visited, a.tree-node-link:active {color:#000;text-decoration:none}
430 a.global-tab-link:active {color:#F00;text-decoration:underline}
439 a.global-tab-sec-link:active {margin:2px 0px;color:#F00;text-decoration:underline}
450 a.local-tab-link:active {color:#F00;text-decoration:underline}
459 a.local-tab-sec-link:active {margi
[all...]
H A Dcss_ns4win.css66 .help-body a:link,a:active {color:#3A2EB5;text-decoration:underline}
72 a.help-toc-link:link, a.help-toc-link:active {color:#3A2EB5;text-decoration:underline}
74 a.help-return-link:link, a.help-return-link:active {color:#3A2EB5;text-decoration:underline}
409 a.masthead-link:active {color:#F00;text-decoration:underline}
418 a.plugin-link:active {font-weight:bold;color:#F00;text-decoration:underline}
424 a.tree-node-link:link, a.tree-node-link:visited, a.tree-node-link:active {color:#000;text-decoration:none}
433 a.global-tab-link:active {color:#F00;text-decoration:underline}
442 a.global-tab-sec-link:active {margin:2px 0px;color:#F00;text-decoration:underline}
453 a.local-tab-link:active {color:#F00;text-decoration:underline}
462 a.local-tab-sec-link:active {margi
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/css/
H A Dcss_ns4sol.css66 .help-body a:link,a:active {color:#3a2eb5;text-decoration:underline}
72 a.help-toc-link:link, a.help-toc-link:active {color:#3a2eb5;text-decoration:underline}
74 a.help-return-link:link, a.help-return-link:active {color:#3a2eb5;text-decoration:underline}
406 a.masthead-link:active {color:#F00;text-decoration:underline}
415 a.plugin-link:active {font-weight:bold;color:#F00;text-decoration:underline}
421 a.tree-node-link:link, a.tree-node-link:visited, a.tree-node-link:active {color:#000;text-decoration:none}
430 a.global-tab-link:active {color:#F00;text-decoration:underline}
439 a.global-tab-sec-link:active {margin:2px 0px;color:#F00;text-decoration:underline}
450 a.local-tab-link:active {color:#F00;text-decoration:underline}
459 a.local-tab-sec-link:active {margi
[all...]
H A Dcss_ns4win.css66 .help-body a:link,a:active {color:#3A2EB5;text-decoration:underline}
72 a.help-toc-link:link, a.help-toc-link:active {color:#3A2EB5;text-decoration:underline}
74 a.help-return-link:link, a.help-return-link:active {color:#3A2EB5;text-decoration:underline}
409 a.masthead-link:active {color:#F00;text-decoration:underline}
418 a.plugin-link:active {font-weight:bold;color:#F00;text-decoration:underline}
424 a.tree-node-link:link, a.tree-node-link:visited, a.tree-node-link:active {color:#000;text-decoration:none}
433 a.global-tab-link:active {color:#F00;text-decoration:underline}
442 a.global-tab-sec-link:active {margin:2px 0px;color:#F00;text-decoration:underline}
453 a.local-tab-link:active {color:#F00;text-decoration:underline}
462 a.local-tab-sec-link:active {margi
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/password/css/
H A Dcss_ns4sol.css66 .help-body a:link,a:active {color:#3a2eb5;text-decoration:underline}
72 a.help-toc-link:link, a.help-toc-link:active {color:#3a2eb5;text-decoration:underline}
74 a.help-return-link:link, a.help-return-link:active {color:#3a2eb5;text-decoration:underline}
406 a.masthead-link:active {color:#F00;text-decoration:underline}
415 a.plugin-link:active {font-weight:bold;color:#F00;text-decoration:underline}
421 a.tree-node-link:link, a.tree-node-link:visited, a.tree-node-link:active {color:#000;text-decoration:none}
430 a.global-tab-link:active {color:#F00;text-decoration:underline}
439 a.global-tab-sec-link:active {margin:2px 0px;color:#F00;text-decoration:underline}
450 a.local-tab-link:active {color:#F00;text-decoration:underline}
459 a.local-tab-sec-link:active {margi
[all...]
H A Dcss_ns4win.css66 .help-body a:link,a:active {color:#3A2EB5;text-decoration:underline}
72 a.help-toc-link:link, a.help-toc-link:active {color:#3A2EB5;text-decoration:underline}
74 a.help-return-link:link, a.help-return-link:active {color:#3A2EB5;text-decoration:underline}
409 a.masthead-link:active {color:#F00;text-decoration:underline}
418 a.plugin-link:active {font-weight:bold;color:#F00;text-decoration:underline}
424 a.tree-node-link:link, a.tree-node-link:visited, a.tree-node-link:active {color:#000;text-decoration:none}
433 a.global-tab-link:active {color:#F00;text-decoration:underline}
442 a.global-tab-sec-link:active {margin:2px 0px;color:#F00;text-decoration:underline}
453 a.local-tab-link:active {color:#F00;text-decoration:underline}
462 a.local-tab-sec-link:active {margi
[all...]
/forgerock/openam/openam-console/src/main/webapp/css/
H A Dcss_ns4sol.css66 .help-body a:link,a:active {color:#3a2eb5;text-decoration:underline}
72 a.help-toc-link:link, a.help-toc-link:active {color:#3a2eb5;text-decoration:underline}
74 a.help-return-link:link, a.help-return-link:active {color:#3a2eb5;text-decoration:underline}
406 a.masthead-link:active {color:#F00;text-decoration:underline}
415 a.plugin-link:active {font-weight:bold;color:#F00;text-decoration:underline}
421 a.tree-node-link:link, a.tree-node-link:visited, a.tree-node-link:active {color:#000;text-decoration:none}
430 a.global-tab-link:active {color:#F00;text-decoration:underline}
439 a.global-tab-sec-link:active {margin:2px 0px;color:#F00;text-decoration:underline}
450 a.local-tab-link:active {color:#F00;text-decoration:underline}
459 a.local-tab-sec-link:active {margi
[all...]
H A Dcss_ns4win.css66 .help-body a:link,a:active {color:#3A2EB5;text-decoration:underline}
72 a.help-toc-link:link, a.help-toc-link:active {color:#3A2EB5;text-decoration:underline}
74 a.help-return-link:link, a.help-return-link:active {color:#3A2EB5;text-decoration:underline}
409 a.masthead-link:active {color:#F00;text-decoration:underline}
418 a.plugin-link:active {font-weight:bold;color:#F00;text-decoration:underline}
424 a.tree-node-link:link, a.tree-node-link:visited, a.tree-node-link:active {color:#000;text-decoration:none}
433 a.global-tab-link:active {color:#F00;text-decoration:underline}
442 a.global-tab-sec-link:active {margin:2px 0px;color:#F00;text-decoration:underline}
453 a.local-tab-link:active {color:#F00;text-decoration:underline}
462 a.local-tab-sec-link:active {margi
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetUserValidationModelImpl.java334 * Returns true if the user is active and account is not expired.
336 * determine if the user's account is active or has expired.
339 * @return true if user is active and account is not expired.
342 boolean active = false;
364 active = true;
373 return active;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetUserValidationModelImpl.java336 * Returns true if the user is active and account is not expired.
338 * determine if the user's account is active or has expired.
341 * @return true if user is active and account is not expired.
344 boolean active = false;
366 active = true;
375 return active;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DECLServerHandler.java149 boolean active; // active when there are still changes field in class:ECLServerHandler.DomainContext
177 buffer.append("[ [active=").append(active).append("] [rsd=")
756 newDomainCtxt.active = true;
909 domainCtxt.active = false;
1459 domainCtxts[iDom].active = false;
1464 domainCtxts[iDom].active = false;
1466 if (domainCtxts[iDom].active)
1564 for (DomainContext domainCtxt : domainCtxts) domainCtxt.active
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DECLServerHandler.java149 boolean active; // active when there are still changes field in class:ECLServerHandler.DomainContext
177 buffer.append("[ [active=").append(active).append("] [rsd=")
756 newDomainCtxt.active = true;
909 domainCtxt.active = false;
1459 domainCtxts[iDom].active = false;
1464 domainCtxts[iDom].active = false;
1466 if (domainCtxts[iDom].active)
1564 for (DomainContext domainCtxt : domainCtxts) domainCtxt.active
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DECLServerHandler.java149 boolean active; // active when there are still changes field in class:ECLServerHandler.DomainContext
177 buffer.append("[ [active=").append(active).append("] [rsd=")
756 newDomainCtxt.active = true;
909 domainCtxt.active = false;
1459 domainCtxts[iDom].active = false;
1464 domainCtxts[iDom].active = false;
1466 if (domainCtxts[iDom].active)
1564 for (DomainContext domainCtxt : domainCtxts) domainCtxt.active
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicy.java73 static final String ACTIVE_FLAG = "active";
110 private boolean active = true; field in class:Policy
205 * referralPolicy flag, and active flag
211 * @param active indicates if the policy is active or not.
222 boolean referralPolicy, boolean active) throws InvalidNameException
230 this.active = active;
277 // Get active flag
278 String active
221 Policy(String policyName, String description, boolean referralPolicy, boolean active) argument
521 setActive(boolean active) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicy.java73 static final String ACTIVE_FLAG = "active";
110 private boolean active = true; field in class:Policy
205 * referralPolicy flag, and active flag
211 * @param active indicates if the policy is active or not.
222 boolean referralPolicy, boolean active) throws InvalidNameException
230 this.active = active;
277 // Get active flag
278 String active
221 Policy(String policyName, String description, boolean referralPolicy, boolean active) argument
521 setActive(boolean active) argument
[all...]

Completed in 110 milliseconds

12345678