Searched refs:URI (Results 101 - 125 of 257) sorted by relevance

1234567891011

/forgerock/openam/openam-http/src/test/java/org/forgerock/openam/http/
H A DHttpRouterProviderTest.java27 import java.net.URI;
104 Request request = new Request().setUri(URI.create(requestUri));
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/console/ui/taglib/propertysheet/
H A DCCPropertySheetTag.java63 private static final String URI = ".uri"; field in class:CCPropertySheetTag
102 String uriKey = key + URI;
235 String urlKey = key + URI;
/forgerock/openam-v13/openam-oauth/src/main/java/com/sun/identity/oauth/service/
H A DAccessTokenRequest.java36 import java.net.URI;
171 URI loc = URI.create(baseUri + PathDefs.ACCESS_TOKENS_PATH
H A DRequestTokenRequest.java42 import java.net.URI;
164 URI loc = URI.create(baseUri + PathDefs.REQUEST_TOKENS_PATH +"/"
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMClientRegistration.java27 import java.net.URI;
116 public Set<URI> getRedirectUris() {
117 Set<URI> redirectionURIs;
121 redirectionURIs = new HashSet<URI>();
123 redirectionURIs.add(URI.create(uri));
134 public Set<URI> getPostLogoutRedirectUris() {
135 Set<URI> redirectionURIs = new HashSet<>();
141 redirectionURIs.add(URI.create(uri));
722 public URI getSectorIdentifierUri() {
728 return new URI(se
[all...]
H A DOpenAMResourceOwnerSessionValidator.java36 import java.net.URI;
342 URI loginUrl;
362 private URI buildDefaultLoginUrl(OAuth2Request request, String gotoUrl, String acrValues, String realm,
368 final URI authURI = new URI(authURL);
398 private URI buildCustomLoginUrl(Template loginUrlTemplate, String gotoUrl, String acrValues, String realm,
413 return URI.create(loginUrlWriter.toString());
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/openidconnect/
H A DCheckSessionImpl.java23 import java.net.URI;
197 URI referer = null;
199 referer = new URI(request.getHeader("Referer"));
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DRestUtils.java21 import java.net.URI;
150 // get URI
152 URI uriHold = new URI(deploymentURL);
154 //Parse out the deployment URI
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DFMSubjectMapper.java57 import java.net.URI;
138 URI subjectCategory = subject.getSubjectCategory();
148 URI tmpURI = attr.getAttributeId();
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DPendingRequestEmailTemplate.java26 import java.net.URI;
153 if (URI.create(scope).getScheme() != null) {
154 Request request = new Request().setMethod("GET").setUri(URI.create(scope));
/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/
H A DSharedIdentityService.java28 import java.net.URI;
44 public static final URI SCIM_CORE_SCHEMA = URI.create("urn:scim:schemas:core:1.0");
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DCheckSession.java23 import java.net.URI;
191 URI referer = null;
193 referer = new URI(request.getHeader("Referer"));
H A DClient.java20 import java.net.URI;
268 /** JWKs URI */
514 public Set<URI> getRedirectionURIs() {
520 Set<URI> setOfURIs = new HashSet<URI>();
523 URI uri = new URI(stringURI);
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/
H A DAgentClientRegistrationTest.java23 import java.net.URI;
70 .isEqualTo(new HashSet<>(Collections.singletonList(URI
87 .isEqualTo(new HashSet<>(Collections.singletonList(URI.create(POST_LOGOUT_URI))));
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/console/ui/taglib/propertysheet/
H A DCCPropertySheetTag.java63 private static final String URI = ".uri"; field in class:CCPropertySheetTag
102 String uriKey = key + URI;
235 String urlKey = key + URI;
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DFMSubjectMapper.java57 import java.net.URI;
138 URI subjectCategory = subject.getSubjectCategory();
148 URI tmpURI = attr.getAttributeId();
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DPendingRequestEmailTemplate.java26 import java.net.URI;
153 if (URI.create(scope).getScheme() != null) {
154 Request request = new Request().setMethod("GET").setUri(URI.create(scope));
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DResourceOwnerSessionValidator.java38 import java.net.URI;
364 URI loginUrl;
384 private URI buildDefaultLoginUrl(OAuth2Request request, String gotoUrl, String acrValues, String realm,
390 final URI authURI = new URI(authURL);
417 private URI buildCustomLoginUrl(Template loginUrlTemplate, String gotoUrl, String acrValues, String realm,
432 return URI.create(loginUrlWriter.toString());
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedazure/tools/shared/
H A DAzureADOAuth2HttpClientFactory.groovy81 private final URI oauth2GrantServiceURI;
83 private final URI oauth2TokenServiceURI;
115 this.oauth2GrantServiceURI = URI.create(authority + "/oauth2/authorize");
116 this.oauth2TokenServiceURI = URI.create(authority + "/oauth2/token");
349 HttpClient create(HttpMethod method, URI uri) {
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DClient.java20 import java.net.URI;
268 /** JWKs URI */
514 public Set<URI> getRedirectionURIs() {
520 Set<URI> setOfURIs = new HashSet<URI>();
523 URI uri = new URI(stringURI);
/forgerock/openidm-v4/openidm-authnfilter/src/test/java/org/forgerock/openidm/auth/modules/
H A DIDMAuthModuleWrapperTest.java33 import java.net.URI;
100 request.setUri(URI.create("REQUEST_URL"));
137 request.setUri(URI.create("REQUEST_URL"));
174 request.setUri(URI.create("REQUEST_URL"));
218 request.setUri(URI.create("REQUEST_URL"));
262 request.setUri(URI.create("REQUEST_URL"));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/service/
H A DLogRecWrite.java62 import java.net.URI;
249 URI resourceURI;
251 resourceURI = new URI(resourceUrl);
/forgerock/openam-v13/openam-audit/openam-audit-core/src/test/java/org/forgerock/openam/audit/
H A DAbstractHttpAccessAuditFilterTest.java31 import java.net.URI;
97 .setUri(URI.create("http://example.com"));
116 .setUri(URI.create("http://example.com:8080?query=value"));
/forgerock/openidm-v4/openidm-system/src/main/java/org/forgerock/openidm/core/
H A DIdentityServer.java35 import java.net.URI;
260 public URI getServerRootURI() {
261 return URI.create(getServerRoot());
/forgerock/openam/openam-audit/openam-audit-core/src/test/java/org/forgerock/openam/audit/
H A DAbstractHttpAccessAuditFilterTest.java31 import java.net.URI;
97 .setUri(URI.create("http://example.com"));
116 .setUri(URI.create("http://example.com:8080?query=value"));

Completed in 135 milliseconds

1234567891011