Searched refs:create (Results 1 - 25 of 2351) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/usecase/script/
H A Dpasswordchange.js10 openidm.create('workflow/processinstance', null, params);
H A Dsunrise.js9 openidm.create('workflow/processinstance', null, params);
H A Dsunset.js9 openidm.create('workflow/processinstance', null, params);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/adapters/
H A DJavaBeanAdapterFactory.java29 public JavaBeanAdapter<?> create(Class<?> type); method in interface:JavaBeanAdapterFactory
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/
H A DSimpleTaskExecutorFactory.java24 SimpleTaskExecutor<?> create(); method in interface:SimpleTaskExecutorFactory
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaSettingsFactory.java32 UmaSettings create(String realm); method in interface:UmaSettingsFactory
H A DUmaTokenStoreFactory.java26 UmaTokenStore create(String realm); method in interface:UmaTokenStoreFactory
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/adapters/
H A DJavaBeanAdapterFactory.java29 public JavaBeanAdapter<?> create(Class<?> type); method in interface:JavaBeanAdapterFactory
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/
H A DSimpleTaskExecutorFactory.java29 SimpleTaskExecutor create(); method in interface:SimpleTaskExecutorFactory
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaSettingsFactory.java32 UmaSettings create(String realm); method in interface:UmaSettingsFactory
H A DUmaTokenStoreFactory.java26 UmaTokenStore create(String realm); method in interface:UmaTokenStoreFactory
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributesTest.java46 * Note that the <code>empty</code> and <code>create</code> methods
67 Attributes.create("cn", "one", "two", "three"),
68 Attributes.create("cn", "one", "two", "three"),
69 Attributes.create("cn", "one", "two", "three"),
70 Attributes.create("cn", "one", "two", "three")
75 Attributes.create("cn", "one", "two", "three"),
76 Attributes.create("cn", "one", "two", "three"),
81 Attributes.create("cn", "one", "two", "three"),
83 Attributes.create("cn", "one", "two", "three"),
88 Attributes.create("c
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributesTest.java45 * Note that the <code>empty</code> and <code>create</code> methods
66 Attributes.create("cn", "one", "two", "three"),
67 Attributes.create("cn", "one", "two", "three"),
68 Attributes.create("cn", "one", "two", "three"),
69 Attributes.create("cn", "one", "two", "three")
74 Attributes.create("cn", "one", "two", "three"),
75 Attributes.create("cn", "one", "two", "three"),
80 Attributes.create("cn", "one", "two", "three"),
82 Attributes.create("cn", "one", "two", "three"),
87 Attributes.create("c
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributesTest.java46 * Note that the <code>empty</code> and <code>create</code> methods
67 Attributes.create("cn", "one", "two", "three"),
68 Attributes.create("cn", "one", "two", "three"),
69 Attributes.create("cn", "one", "two", "three"),
70 Attributes.create("cn", "one", "two", "three")
75 Attributes.create("cn", "one", "two", "three"),
76 Attributes.create("cn", "one", "two", "three"),
81 Attributes.create("cn", "one", "two", "three"),
83 Attributes.create("cn", "one", "two", "three"),
88 Attributes.create("c
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributesTest.java45 * Note that the <code>empty</code> and <code>create</code> methods
66 Attributes.create("cn", "one", "two", "three"),
67 Attributes.create("cn", "one", "two", "three"),
68 Attributes.create("cn", "one", "two", "three"),
69 Attributes.create("cn", "one", "two", "three")
74 Attributes.create("cn", "one", "two", "three"),
75 Attributes.create("cn", "one", "two", "three"),
80 Attributes.create("cn", "one", "two", "three"),
82 Attributes.create("cn", "one", "two", "three"),
87 Attributes.create("c
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributesTest.java46 * Note that the <code>empty</code> and <code>create</code> methods
67 Attributes.create("cn", "one", "two", "three"),
68 Attributes.create("cn", "one", "two", "three"),
69 Attributes.create("cn", "one", "two", "three"),
70 Attributes.create("cn", "one", "two", "three")
75 Attributes.create("cn", "one", "two", "three"),
76 Attributes.create("cn", "one", "two", "three"),
81 Attributes.create("cn", "one", "two", "three"),
83 Attributes.create("cn", "one", "two", "three"),
88 Attributes.create("c
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DAttributesTest.java43 * Note that the <code>empty</code> and <code>create</code> methods
64 Attributes.create("cn", "one", "two", "three"),
65 Attributes.create("cn", "one", "two", "three"),
66 Attributes.create("cn", "one", "two", "three"),
67 Attributes.create("cn", "one", "two", "three")
72 Attributes.create("cn", "one", "two", "three"),
73 Attributes.create("cn", "one", "two", "three"),
78 Attributes.create("cn", "one", "two", "three"),
80 Attributes.create("cn", "one", "two", "three"),
85 Attributes.create("c
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2RequestFactory.java34 R create(T request); method in interface:OAuth2RequestFactory
/forgerock/openam-v13/openam-distribution/src/main/amserver/scripts/sql/
H A Damhadbcreate.sql2 create table sunwam_session (
11 create index sunwam_session_id on sunwam_session(id);
12 create index sunwam_session_exp_time on sunwam_session(expiration_time);
13 create index sunwam_session_uuid on sunwam_session(uuid);
14 create index sunwam_session_sessionstate on sunwam_session(sessionstate);
16 create table sunwam_session_ext (
23 create index sunwam_session_ext_id on sunwam_session_ext(id);
24 create index sunwam_session_ext_exp_time on sunwam_session_ext(expiration_time);
H A Damoraclecreate.sql0 create table SCHEMANAME.sunwam_session
11 create index SCHEMANAME.sunwam_session_exp_time on SCHEMANAME.sunwam_session(expiration_time) tablespace TABLESPCNAME;
12 create index SCHEMANAME.sunwam_session_uuid on SCHEMANAME.sunwam_session(uuid) tablespace TABLESPCNAME;
13 create index SCHEMANAME.sunwam_session_sessionstate on SCHEMANAME.sunwam_session(sessionstate) tablespace TABLESPCNAME;
15 create table SCHEMANAME.sunwam_session_ext
23 create index SCHEMANAME.sunwam_session_ext_exp_time on SCHEMANAME.sunwam_session_ext(expiration_time) tablespace TABLESPCNAME;
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsServerPropertiesResourceFactory.java32 SmsServerPropertiesResource create(String tabName, boolean isServerDefault); method in interface:SmsServerPropertiesResourceFactory
/forgerock/openam/openam-distribution/src/main/amserver/scripts/sql/
H A Damhadbcreate.sql2 create table sunwam_session (
11 create index sunwam_session_id on sunwam_session(id);
12 create index sunwam_session_exp_time on sunwam_session(expiration_time);
13 create index sunwam_session_uuid on sunwam_session(uuid);
14 create index sunwam_session_sessionstate on sunwam_session(sessionstate);
16 create table sunwam_session_ext (
23 create index sunwam_session_ext_id on sunwam_session_ext(id);
24 create index sunwam_session_ext_exp_time on sunwam_session_ext(expiration_time);
H A Damoraclecreate.sql0 create table SCHEMANAME.sunwam_session
11 create index SCHEMANAME.sunwam_session_exp_time on SCHEMANAME.sunwam_session(expiration_time) tablespace TABLESPCNAME;
12 create index SCHEMANAME.sunwam_session_uuid on SCHEMANAME.sunwam_session(uuid) tablespace TABLESPCNAME;
13 create index SCHEMANAME.sunwam_session_sessionstate on SCHEMANAME.sunwam_session(sessionstate) tablespace TABLESPCNAME;
15 create table SCHEMANAME.sunwam_session_ext
23 create index SCHEMANAME.sunwam_session_ext_exp_time on SCHEMANAME.sunwam_session_ext(expiration_time) tablespace TABLESPCNAME;
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/workflow/
H A DtriggerWorkflowGeneric.js28 triggerWorkflowGeneric.js - A script to create workflow from event hooks given a set of parameters.
69 openidm.create('workflow/processinstance', null, params);
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/
H A DResourceSetStoreFactory.java28 ResourceSetStore create(String realm); method in interface:ResourceSetStoreFactory

Completed in 506 milliseconds

1234567891011>>