Searched defs:active (Results 1 - 25 of 69) sorted by relevance

123

/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/notifications/
H A DPushNotification.java57 private PushNotification(Mechanism mechanism, long id, String amlbCookie, Calendar timeAdded, Calendar timeExpired, boolean accepted, boolean active, String messageId, String base64Challenge) { argument
58 super(mechanism, id, timeAdded, timeExpired, accepted, active);
/forgerock/openam-v13/openam-uma/src/test/java/org/forgerock/openam/uma/rest/
H A DPolicyGraphTest.java137 VIEW scope is accessible to Dave, so his VIEW reshare to Ed should be active, not inactive.
158 should move the active policy and the empty inactive policy should be deleted.
189 active again.
208 assertThat(policyUpdated().get("active").asBoolean()).isTrue();
215 so those need to be active, while EDIT stays inactive.
242 assertThat(created.get("active").asBoolean()).isTrue();
249 active Dave -> Ed policy, and adding to an inactive policy.
276 assertThat(created.get("active").asBoolean()).isFalse();
311 private static ResourceResponse makePolicy(String owner, String subject, boolean active, String... scopes) { argument
312 String policyId = owner + "-" + subject + "-" + active;
[all...]
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsRealmProviderTest.java71 private JsonValue active; field in class:SmsRealmProviderTest
100 when(active.isNotNull()).thenReturn(true);
101 when(active.toString()).thenReturn("notnull");
102 when(active.isBoolean()).thenReturn(true);
111 when(createContent.get(ACTIVE_ATTRIBUTE_NAME)).thenReturn(active);
/forgerock/openam/openam-uma/src/test/java/org/forgerock/openam/uma/rest/
H A DPolicyGraphTest.java137 VIEW scope is accessible to Dave, so his VIEW reshare to Ed should be active, not inactive.
158 should move the active policy and the empty inactive policy should be deleted.
189 active again.
208 assertThat(policyUpdated().get("active").asBoolean()).isTrue();
215 so those need to be active, while EDIT stays inactive.
242 assertThat(created.get("active").asBoolean()).isTrue();
249 active Dave -> Ed policy, and adding to an inactive policy.
276 assertThat(created.get("active").asBoolean()).isFalse();
311 private static ResourceResponse makePolicy(String owner, String subject, boolean active, String... scopes) { argument
312 String policyId = owner + "-" + subject + "-" + active;
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DMessageHandler.java125 * Specifies whether the consumer is still active or not.
126 * If not active, the handler will not return any message.
630 * @param active the provided state of the consumer.
632 public void setConsumerActive(boolean active) argument
634 this.activeConsumer = active;
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/src/server/org/opends/server/replication/server/
H A DMessageHandler.java119 * Specifies whether the consumer is still active or not.
120 * If not active, the handler will not return any message.
593 * @param active the provided state of the consumer.
595 public void setConsumerActive(boolean active) argument
597 this.activeConsumer = active;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DMessageHandler.java125 * Specifies whether the consumer is still active or not.
126 * If not active, the handler will not return any message.
630 * @param active the provided state of the consumer.
632 public void setConsumerActive(boolean active) argument
634 this.activeConsumer = active;
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 DMessageHandler.java125 * Specifies whether the consumer is still active or not.
126 * If not active, the handler will not return any message.
630 * @param active the provided state of the consumer.
632 public void setConsumerActive(boolean active) argument
634 this.activeConsumer = active;
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-hg/src/server/org/opends/server/replication/server/
H A DMessageHandler.java119 * Specifies whether the consumer is still active or not.
120 * If not active, the handler will not return any message.
593 * @param active the provided state of the consumer.
595 public void setConsumerActive(boolean active) argument
597 this.activeConsumer = active;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DReferralPrivilege.java66 private boolean active = true; field in class:ReferralPrivilege
107 clone.active = active;
133 if (jo.has("active")) {
134 r.active = jo.getBoolean("active");
382 jo.put("active", active);
441 if (!active) {
572 * Returns <code>true</code> if this privilege is active
585 setActive(boolean active) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
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
H A DAMIdentity.java269 * is active and returns true. This method is only valid for AMIdentity
272 * @return true if the identity is active or if it is not configured for a
287 * true or activated state if the parameter active is true.
290 * @param active The state value to assign to status attribute. The actual
292 * for that particular plugin. If active is true, the status will be
298 public void setActiveStatus(boolean active) argument
302 idServices.setActiveStatus(token, type, name, orgName, univDN, active);
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
/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-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java146 boolean active) throws SSOException, IdRepoException {
147 delegate.setActiveStatus(token, type, name, amOrgName, amsdkDN, active);
145 setActiveStatus(SSOToken token, IdType type, String name, String amOrgName, String amsdkDN, boolean active) argument
/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/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DMessageHandler.java100 * Specifies whether the consumer is still active or not.
101 * If not active, the handler will not return any message.
528 * @param active the provided state of the consumer.
530 public void setConsumerActive(boolean active) argument
532 this.activeConsumer = active;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
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/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-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);

Completed in 195 milliseconds

123