| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/realm/ |
| H A D | AgentsService.jsm | 32 url: fetchUrl("/realm-config/agents?_action=getCreatableTypes", { realm }), 40 url: fetchUrl(`/realm-config/agents/${type}?_action=create`, { realm }), 50 url: fetchUrl(`/realm-config/agents/${type}?_action=template`, { realm }), 58 url: fetchUrl(`/realm-config/agents/${type}?_action=schema`, { realm }),
|
| H A D | ServicesService.js | 35 url: fetchUrl.default(`/realm-config/services/${type}?_action=schema`, { realm }), 42 url: fetchUrl.default(`/realm-config/services/${serviceType}/${subSchemaType}?_action=schema`, { realm }), 72 url: fetchUrl.default(`/realm-config/services/${type}?_action=template`, { realm }), 102 url: fetchUrl.default(`/realm-config/services/${type}?_action=create`, { realm }), 113 url: fetchUrl.default("/realm-config/services?_action=getCreatableTypes&forUI=true", { realm }), 122 url: fetchUrl.default(`/realm-config/services/${serviceType}?_action=getAllTypes`, { realm }), 130 `/realm-config/services/${serviceType}?_action=getCreatableTypes`, { realm }), 140 `/realm-config/services/${serviceType}?_action=nextdescendents`, { realm }), 166 `/realm-config/services/${serviceType}/${subSchemaType}?_action=template`, { realm }), 203 `/realm-config/services/${serviceType}/${subSchemaType}?_action [all...] |
| H A D | AuthenticationService.js | 78 url: fetchUrl.default("/realm-config/authentication/chains?_action=create", { realm }), 154 url: fetchUrl.default(`/realm-config/authentication/modules/${type}?_action=create`, { realm }), 198 url: fetchUrl.default("/realm-config/authentication/modules?_action=getAllTypes", { realm }), 212 url: fetchUrl.default(`/realm-config/authentication/modules/${type}?_action=schema`, { realm }),
|
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/ |
| H A D | AuthorizationDecisionStatementBase.java | 88 private List _action = null; field in class:AuthorizationDecisionStatementBase 244 if (_action == null) { 245 _action = new ArrayList(); 247 if (!(_action.add(createAction((Element) 284 if (_action == null || _action.isEmpty()) { 362 if (_action == null) { 363 _action = new ArrayList(); 365 _action = action; 435 if (_action [all...] |
| H A D | Action.java | 48 protected String _action = null; field in class:Action 117 _action = XMLUtils.getElementValue(element); 119 if (_action == null) { 126 if (!isValid(_action, _namespace)) { 160 _action = action; 162 if (!isValid(_action, _namespace)) { 312 return _action; 353 result.append(_action);
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/ |
| H A D | AuthorizationDecisionStatementBase.java | 88 private List _action = null; field in class:AuthorizationDecisionStatementBase 244 if (_action == null) { 245 _action = new ArrayList(); 247 if (!(_action.add(createAction((Element) 284 if (_action == null || _action.isEmpty()) { 362 if (_action == null) { 363 _action = new ArrayList(); 365 _action = action; 435 if (_action [all...] |
| H A D | Action.java | 48 protected String _action = null; field in class:Action 117 _action = XMLUtils.getElementValue(element); 119 if (_action == null) { 126 if (!isValid(_action, _namespace)) { 160 _action = action; 162 if (!isValid(_action, _namespace)) { 312 return _action; 353 result.append(_action);
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/services/ |
| H A D | SessionService.jsm | 28 url: `?_action=getSessionInfo&tokenId=${token}`, 59 url: `?_action=logout&tokenId=${token}`,
|
| H A D | AuthNService.js | 260 serviceUrl: `${Constants.host}/${Constants.context}/json/users?_action=validateGoto`,
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/models/authorization/ |
| H A D | PolicyModel.js | 60 options.url = `${this.urlRoot()}/?_action=create`;
|
| H A D | PolicySetModel.js | 71 options.url = `${this.urlRoot()}/?_action=create`;
|
| H A D | ResourceTypeModel.js | 63 options.url = `${this.urlRoot()}/?_action=create`;
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/services/ |
| H A D | UMAService.js | 42 }/oauth2/resources/sets?_action=revokeAll`), 52 }/uma/pendingrequests/${id}?_action=approve`), 65 }/uma/pendingrequests/${id}?_action=deny`), 85 }/oauth2/resources/labels?_action=create`),
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/global/ |
| H A D | ServicesService.js | 35 url: fetchUrl.default(`/global-config/services/${type}?_action=schema`, { realm: false }), 45 `/global-config/services/${serviceType}/${subSchemaType}?_action=schema`, { realm: false }), 54 "?_action=schema", 64 url: fetchUrl.default("/global-config/services?_action=nextdescendents", { realm: false }), 89 url: fetchUrl.default(`/global-config/services/${type}?_action=template`, { realm: false }), 110 url: fetchUrl.default(`/global-config/services/${type}?_action=create`, { realm: false }), 121 url: fetchUrl.default("/global-config/services?_action=getCreatableTypes&forUI=true", { realm: false }), 131 `/global-config/services/${serviceType}?_action=getAllTypes`, { realm: false }), 139 `/global-config/services/${serviceType}?_action=getCreatableTypes&forUI=true`, 150 `/global-config/services/${serviceType}/${subSchemaType}?_action [all...] |
| H A D | AuthenticationService.js | 38 url: fetchUrl.default("/global-config/authentication/modules?_action=getAllTypes", { realm: false }), 45 url: fetchUrl.default(`/global-config/authentication?_action=${action}`, { realm: false }), 59 url: fetchUrl.default(`/global-config/authentication${moduleUrl}?_action=schema`, { realm: false }),
|
| H A D | RealmsService.js | 76 "/global-config/realms?_action=create", 95 url: `${collectionUrl}?_action=schema`,
|
| H A D | ServersService.js | 44 url: fetchUrl.default(`/global-config/servers/${server}/properties/${section}?_action=schema`, 75 url: fetchUrl.default(`/global-config/servers/${id}?_action=clone`, { realm: false }), 118 url: fetchUrl.default("/global-config/servers?_action=create", { realm: false }),
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/dashboard/services/ |
| H A D | DeviceManagementService.js | 53 url: fetchUrl.default(`/users/${loggedUserUid}/devices/2fa/oath?_action=skip`), 68 url: fetchUrl.default(`/users/${loggedUserUid}/devices/2fa/oath?_action=check`),
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/models/scripts/ |
| H A D | ScriptModel.js | 62 options.url = `${this.urlRoot()}/?_action=create`;
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/ |
| H A D | SMSServiceUtils.js | 151 url: `${url}?_action=schema`, 156 url: `${url}?_action=template`, 170 url: `${url}?_action=schema`,
|
| /forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/delegates/ |
| H A D | SyncDelegate.js | 34 _action: "performAction",
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/ |
| H A D | UserModel.js | 60 url: baseUrl + fetchUrl.default(`/users/${this.id}?_action=changePassword`),
|