Searched refs:endpoint (Results 1 - 25 of 90) sorted by relevance

1234

/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/anonymousProcess/
H A DAnonymousProcessView.js32 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 DForgotUsernameView.js28 AMForgotUsernameView.prototype.endpoint = Constants.SELF_SERVICE_FORGOTTEN_USERNAME;
H A DPasswordResetView.js28 AMPasswordResetView.prototype.endpoint = Constants.SELF_SERVICE_RESET_PASSWORD;
H A DSelfRegistrationView.js28 AMSelfRegistrationView.prototype.endpoint = Constants.SELF_SERVICE_REGISTER;
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/push/
H A DPush.java36 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 DRESTEndpointTest.java30 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 DAnonymousProcessView.js36 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 DForgotUsernameView.js27 AMForgotUsernameView.prototype.endpoint = Constants.SELF_SERVICE_FORGOTTEN_USERNAME;
H A DPasswordResetView.js27 AMPasswordResetView.prototype.endpoint = Constants.SELF_SERVICE_RESET_PASSWORD;
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/test/qunit/mocks/
H A Dcorrelation.js23 "/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 DRestService.java46 for (LegacyRestEndpoint endpoint : endpoints) {
47 s.add(endpoint.getEndpointClass());
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DRestService.java46 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 DClientAuthenticator.java36 * @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 DFRAMessageUtils.h29 * @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 DSoapSTSInstanceLifecycleManager.java19 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 DSoapSTSInstanceLifecycleManager.java19 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 DServiceInstanceUpdateHeader.java53 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 DServiceInstanceUpdateHeader.java53 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 DWSFederationClient.java77 * @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 DWSFederationClient.java77 * @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 DClientCredentialsReader.java60 * @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 DClientCredentialsReader.java60 * @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 DJsonResourceCommand.java83 * 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 DPermissionRequestEndpointTest.java59 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 DPermissionRequestEndpointTest.java57 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...]

Completed in 175 milliseconds

1234