Searched refs:getAll (Results 1 - 25 of 122) sorted by relevance

12345

/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/configuration/global/
H A DEditGlobalServiceView.js39 getSubSchemaTypes: () => ServicesService.type.subSchema.type.getAll(serviceType),
41 getSubSchemaInstances: () => ServicesService.type.subSchema.instance.getAll(serviceType),
H A DListGlobalServicesView.jsx32 ServicesService.instance.getAll().then((response) => {
H A DEditGlobalServiceSubSchemaView.js54 getSubSchemaTypes: () => ServicesService.type.subSchema.type.subSchema.type.getAll(
58 getSubSchemaInstances: () => ServicesService.type.subSchema.type.subSchema.instance.getAll(
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/service/
H A DScriptingService.java51 public Set<ScriptConfiguration> getAll() throws ScriptException; method in interface:ScriptingService
H A DScriptConfigurationService.java84 public Set<ScriptConfiguration> getAll() throws ScriptException { method in class:ScriptConfigurationService
85 return dataStore.getAll();
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/services/
H A DEditServiceView.js41 getSubSchemaTypes: () => ServicesService.type.subSchema.type.getAll(realmPath, type),
43 getSubSchemaInstances: () => ServicesService.type.subSchema.instance.getAll(realmPath, type),
H A DSubSchemaListView.js44 ServicesService.type.subSchema.instance.getAll(this.options.realmPath, this.options.type),
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/dashboard/services/
H A DPushDeviceService.jsm27 export function getAll () {
H A DDeviceManagementService.js81 obj.getAll = function () {
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/datastore/
H A DScriptingDataStore.java50 public Set<ScriptConfiguration> getAll() throws ScriptException; method in interface:ScriptingDataStore
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/service/
H A DScriptingService.java54 Set<ScriptConfiguration> getAll() throws ScriptException; method in interface:ScriptingService
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/dashboard/views/
H A DAuthenticationDevicesView.jsm22 getAll as getAllOAth
26 getAll as getAllPush
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/configuration/authentication/
H A DListAuthenticationView.jsx35 AuthenticationService.authentication.getAll().then((response) => {
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/global/
H A DServicesService.js62 getAll () { // TODO this is the only difference in GLOBAL and REALM service rest calls
128 getAll (serviceType) {
147 getAll (serviceType, subSchemaType) {
168 getAll (serviceType, subSchemaType, subSchemaInstance) {
211 getAll (serviceType) {
H A DAuthenticationService.js36 getAll () {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DPurgeHistoricalUserData.java223 NamingEnumeration<Attribute> nAtt = attrs.getAll();
227 NamingEnumeration<?> values = attr.getAll();
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/deployment/servers/
H A DListServersView.js93 ServersService.servers.getAll().then((data) => {
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/deployment/sites/
H A DListSitesView.js100 SitesService.sites.getAll().then((data) => {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java120 NamingEnumeration<? extends Attribute> ne = attributes.getAll();
H A DModifyEntryMockLDAPConnection.java122 NamingEnumeration<? extends Attribute> ne = mods.getAll();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java119 NamingEnumeration<? extends Attribute> ne = attributes.getAll();
H A DModifyEntryMockLDAPConnection.java121 NamingEnumeration<? extends Attribute> ne = mods.getAll();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java120 NamingEnumeration<? extends Attribute> ne = attributes.getAll();
H A DModifyEntryMockLDAPConnection.java122 NamingEnumeration<? extends Attribute> ne = mods.getAll();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java119 NamingEnumeration<? extends Attribute> ne = attributes.getAll();

Completed in 103 milliseconds

12345