| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/anonymousProcess/ |
| H A D | AnonymousProcessView.js | 32 endpoint = this.endpoint, 38 if (endpoint === Constants.SELF_SERVICE_REGISTER) { 40 } else if (endpoint === Constants.SELF_SERVICE_RESET_PASSWORD) { 45 endpoint = (overrideRealm.substring(0, 1) === "/" ? overrideRealm.slice(1) : overrideRealm) + "/" + 46 endpoint; 49 endpoint = subRealm + "/" + endpoint; 56 this.setDelegate("json/" + endpoint, params.token);
|
| H A D | ForgotUsernameView.js | 28 AMForgotUsernameView.prototype.endpoint = Constants.SELF_SERVICE_FORGOTTEN_USERNAME;
|
| H A D | PasswordResetView.js | 28 AMPasswordResetView.prototype.endpoint = Constants.SELF_SERVICE_RESET_PASSWORD;
|
| H A D | SelfRegistrationView.js | 28 AMSelfRegistrationView.prototype.endpoint = Constants.SELF_SERVICE_REGISTER;
|
| /forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/push/ |
| H A D | Push.java | 36 private String endpoint; field in class:Push 39 private Push(Identity owner, long id, String mechanismUID, String secret, String endpoint) { argument 41 this.endpoint = endpoint; 59 * Get the endpoint that is used by this Push mechanism. 60 * @return The endpoint to return messages to. 63 return endpoint; 77 result.put(PushAuthMapper.AUTH_ENDPOINT_KEY, endpoint); 91 private String endpoint; field in class:Push.PushBuilder 95 * Set the endpoint tha 99 setAuthEndpoint(String endpoint) argument [all...] |
| /forgerock/openam/openam-tools/openam-installtools/src/test/java/com/sun/identity/install/tools/util/ |
| H A D | RESTEndpointTest.java | 30 RESTEndpoint endpoint = new RESTEndpoint.RESTEndpointBuilder() 34 String toStringValue = endpoint.toString(); 35 String toPathValue = endpoint.getPath(); 46 RESTEndpoint endpoint = new RESTEndpoint.RESTEndpointBuilder() 51 String toStringValue = endpoint.toString(); 52 String toPathValue = endpoint.getPath(); 63 RESTEndpoint endpoint = new RESTEndpoint.RESTEndpointBuilder() 68 String toStringValue = endpoint.toString(); 69 String toPathValue = endpoint.getPath(); 80 RESTEndpoint endpoint [all...] |
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/anonymousProcess/ |
| H A D | AnonymousProcessView.js | 36 function getNextRoute (endpoint) { 37 if (endpoint === Constants.SELF_SERVICE_REGISTER) { 39 } else if (endpoint === Constants.SELF_SERVICE_RESET_PASSWORD) { 53 const nextRoute = getNextRoute(this.endpoint); 54 const endpoint = fetchUrl.default(`/${this.endpoint}`, { realm: store.default.getState().server.realm }); 57 this.setDelegate(`json${endpoint}`, fragmentParams.token);
|
| H A D | ForgotUsernameView.js | 27 AMForgotUsernameView.prototype.endpoint = Constants.SELF_SERVICE_FORGOTTEN_USERNAME;
|
| H A D | PasswordResetView.js | 27 AMPasswordResetView.prototype.endpoint = Constants.SELF_SERVICE_RESET_PASSWORD;
|
| /forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/test/qunit/mocks/ |
| H A D | correlation.js | 23 "/openidm/endpoint/mappingDetails?mapping=systemXmlfileAccounts_managedUser", 43 /\/openidm\/endpoint\/reconResults.*/, 44 //"/openidm/endpoint/reconResults?_queryId=reconResults&source=system/xmlfile/account&target=managed/user&sourceProps=email,firstname,lastname,description&targetProps=mail,givenName,sn,description&reconId=cba4a732-b648-47fc-a93f-1f8855a50727&situations=SOURCE_IGNORED,MISSING,FOUND,AMBIGUOUS,UNQUALIFIED,CONFIRMED,SOURCE_MISSING,ABSENT,TARGET_IGNORED,UNASSIGNED,FOUND_ALREADY_LINKED&mapping=systemXmlfileAccounts_managedUser&nd=1421794308225&rows=10&page=1&sidx=&sord=asc&search=false",
|
| /forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/ |
| H A D | RestService.java | 46 for (LegacyRestEndpoint endpoint : endpoints) { 47 s.add(endpoint.getEndpointClass());
|
| /forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/ |
| H A D | RestService.java | 46 for (LegacyRestEndpoint endpoint : endpoints) { 47 s.add(endpoint.getEndpointClass());
|
| /forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/ |
| H A D | ClientAuthenticator.java | 36 * @param endpoint The endpoint being authenticated for. 43 ClientRegistration authenticate(OAuth2Request request, String endpoint) throws InvalidClientException, argument
|
| /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ |
| H A D | FRAMessageUtils.h | 29 * @param endpoint The URL string used to create the request URL. 35 + (void)respondWithEndpoint:(NSString *)endpoint 45 * @param endpoint The URL string used to create the request URL. 52 + (void)respondWithEndpoint:(NSString *)endpoint
|
| /forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/publish/ |
| H A D | SoapSTSInstanceLifecycleManager.java | 19 import org.apache.cxf.endpoint.Server; 39 * @return the cxf.endpoint.Server instance returned from the cxf web-service create invocation. Must be passed to the
|
| /forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/publish/ |
| H A D | SoapSTSInstanceLifecycleManager.java | 19 import org.apache.cxf.endpoint.Server; 39 * @return the cxf.endpoint.Server instance returned from the cxf web-service create invocation. Must be passed to the
|
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/ |
| H A D | ServiceInstanceUpdateHeader.java | 53 private String endpoint = null; field in class:ServiceInstanceUpdateHeader 95 if (!credentials.isEmpty() || endpoint != null) { 107 if (endpoint != null) { 116 if (endpoint != null) { 121 endpoint = XMLUtils.getElementValue(childElement); 176 return endpoint; 237 * @param endpoint value of <code>Endpoint</code> element. 239 public void setEndpoint(String endpoint) { argument 240 this.endpoint = endpoint; [all...] |
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/ |
| H A D | ServiceInstanceUpdateHeader.java | 53 private String endpoint = null; field in class:ServiceInstanceUpdateHeader 95 if (!credentials.isEmpty() || endpoint != null) { 107 if (endpoint != null) { 116 if (endpoint != null) { 121 endpoint = XMLUtils.getElementValue(childElement); 176 return endpoint; 237 * @param endpoint value of <code>Endpoint</code> element. 239 public void setEndpoint(String endpoint) { argument 240 this.endpoint = endpoint; [all...] |
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/client/ |
| H A D | WSFederationClient.java | 77 * @param url the endpoint where the assertion could be obtained 92 String endpoint = url + "?token=" + tokenID; 101 WebResource resource = client.resource(endpoint);
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/client/ |
| H A D | WSFederationClient.java | 77 * @param url the endpoint where the assertion could be obtained 92 String endpoint = url + "?token=" + tokenID; 101 WebResource resource = client.resource(endpoint);
|
| /forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/ |
| H A D | ClientCredentialsReader.java | 60 * @param endpoint The endpoint this request should be for, or null to disable audience verification. 65 public ClientCredentials extractCredentials(OAuth2Request request, String endpoint) throws InvalidRequestException, argument 79 client = verifyJwtBearer(request, basicAuth, endpoint); 114 //if we're accessing the token endpoint, check we're authenticating using the appropriate method 118 throw failureFactory.getException(request, "Invalid authentication method for accessing this endpoint."); 124 private ClientCredentials verifyJwtBearer(OAuth2Request request, boolean basicAuth, String endpoint) argument 144 if (endpoint != null && !jwt.isIntendedForAudience(endpoint)) {
|
| /forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/ |
| H A D | ClientCredentialsReader.java | 60 * @param endpoint The endpoint this request should be for, or null to disable audience verification. 65 public ClientCredentials extractCredentials(OAuth2Request request, String endpoint) throws InvalidRequestException, argument 79 client = verifyJwtBearer(request, basicAuth, endpoint); 114 //if we're accessing the token endpoint, check we're authenticating using the appropriate method 118 throw failureFactory.getException(request, "Invalid authentication method for accessing this endpoint."); 124 private ClientCredentials verifyJwtBearer(OAuth2Request request, boolean basicAuth, String endpoint) argument 144 if (endpoint != null && !jwt.isIntendedForAudience(endpoint)) {
|
| /forgerock/openam/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/entitlement/ |
| H A D | JsonResourceCommand.java | 83 * Sends the given request to the passed endpoint. 87 * @param endpoint 88 * endpoint 95 protected final Response sendRequest(Request request, String endpoint) throws CLIException { argument 103 if (endpoint.startsWith("/")) { 104 endpoint = endpoint.substring(1); 107 StringBuilder restUrl = new StringBuilder(serverUrl).append("/json/").append(endpoint);
|
| /forgerock/openam-v13/openam-uma/src/test/java/org/forgerock/openam/uma/ |
| H A D | PermissionRequestEndpointTest.java | 59 private PermissionRequestEndpoint endpoint; field in class:PermissionRequestEndpointTest 93 endpoint = spy(new PermissionRequestEndpoint(providerSettingFactory, requestFactory, 97 endpoint.setResponse(response); 100 given(endpoint.getRequest()).willReturn(request); 126 endpoint.registerPermissionRequest(null); 148 endpoint.registerPermissionRequest(entity); 170 endpoint.registerPermissionRequest(entity); 195 endpoint.registerPermissionRequest(entity); 220 endpoint.registerPermissionRequest(entity); 245 endpoint [all...] |
| /forgerock/openam/openam-uma/src/test/java/org/forgerock/openam/uma/ |
| H A D | PermissionRequestEndpointTest.java | 57 private PermissionRequestEndpoint endpoint; field in class:PermissionRequestEndpointTest 91 endpoint = spy(new PermissionRequestEndpoint(providerSettingFactory, requestFactory, 95 endpoint.setResponse(response); 98 given(endpoint.getRequest()).willReturn(request); 124 endpoint.registerPermissionRequest(null); 146 endpoint.registerPermissionRequest(entity); 168 endpoint.registerPermissionRequest(entity); 193 endpoint.registerPermissionRequest(entity); 218 endpoint.registerPermissionRequest(entity); 243 endpoint [all...] |