Searched refs:URI (Results 26 - 50 of 257) sorted by relevance

1234567891011

/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DOpenIdConnectClientRegistration.java20 import java.net.URI;
81 URI getSectorIdentifierUri();
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaSettings.java19 import java.net.URI;
107 Set<URI> getSupportedUmaProfiles() throws ServerException;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/policy/
H A DObligations.java33 import java.net.URI;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/policy/
H A DObligations.java33 import java.net.URI;
/forgerock/openam/openam-test-utils/src/main/java/org/forgerock/openam/test/apidescriptor/
H A DApiAssertions.java22 import java.net.URI;
58 URI resource = getKeyAsUri(i18nKey);
83 private static URI getKeyAsUri(String i18nKey) {
85 return new URI(i18nKey);
87 fail("Title or description I18N key is not a URI", e);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/services/baseurl/
H A DRequestValuesBaseURLProvider.java25 import java.net.URI;
43 // get URI
46 URI uri = new URI(path);
/forgerock/opendj-v3/opendj-dsml-servlet/src/main/java/org/opends/dsml/protocol/
H A DByteStringUtility.java30 import java.net.URI;
64 else if (obj instanceof URI)
70 is = ((URI) obj).toURL().openStream();
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/services/baseurl/
H A DRequestValuesBaseURLProvider.java25 import java.net.URI;
43 // get URI
46 URI uri = new URI(path);
/forgerock/openam-v13/openam-uma/src/test/java/org/forgerock/openam/uma/
H A DUmaWellKnownConfigurationEndpointTest.java24 import java.net.URI;
77 given(umaUris.getIssuer()).willReturn(URI.create("ISSUER"));
83 given(umaUris.getTokenEndpoint()).willReturn(URI.create("TOKEN_ENDPOINT"));
84 given(umaUris.getAuthorizationEndpoint()).willReturn(URI.create("AUTHORIZATION_ENDPOINT"));
85 given(umaUris.getTokenIntrospectionEndpoint()).willReturn(URI.create("TOKEN_INTROSPECTION_ENDPOINT"));
86 given(umaUris.getResourceSetRegistrationEndpoint()).willReturn(URI.create("RESOURCE_SET_REGISTRATION_ENDPOINT"));
87 given(umaUris.getPermissionRegistrationEndpoint()).willReturn(URI.create("PERMISSION_REGISTRATION_ENDPOINT"));
88 given(umaUris.getRPTEndpoint()).willReturn(URI.create("RPT_ENDPOINT"));
98 given(providerSettings.getSupportedUmaProfiles()).willReturn(Collections.singleton(URI.create("UMA_PROFILE")));
99 given(umaUris.getDynamicClientEndpoint()).willReturn(URI
[all...]
/forgerock/openam/openam-uma/src/test/java/org/forgerock/openam/uma/
H A DUmaWellKnownConfigurationEndpointTest.java24 import java.net.URI;
77 given(umaUris.getIssuer()).willReturn(URI.create("ISSUER"));
83 given(umaUris.getTokenEndpoint()).willReturn(URI.create("TOKEN_ENDPOINT"));
84 given(umaUris.getAuthorizationEndpoint()).willReturn(URI.create("AUTHORIZATION_ENDPOINT"));
85 given(umaUris.getTokenIntrospectionEndpoint()).willReturn(URI.create("TOKEN_INTROSPECTION_ENDPOINT"));
86 given(umaUris.getResourceSetRegistrationEndpoint()).willReturn(URI.create("RESOURCE_SET_REGISTRATION_ENDPOINT"));
87 given(umaUris.getPermissionRegistrationEndpoint()).willReturn(URI.create("PERMISSION_REGISTRATION_ENDPOINT"));
88 given(umaUris.getRPTEndpoint()).willReturn(URI.create("RPT_ENDPOINT"));
98 given(providerSettings.getSupportedUmaProfiles()).willReturn(Collections.singleton(URI.create("UMA_PROFILE")));
99 given(umaUris.getDynamicClientEndpoint()).willReturn(URI
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DXACMLQueryUtil.java35 import java.net.URI;
113 subject.setSubjectCategory(new URI(XACMLConstants.ACCESS_SUBJECT));
117 attribute.setAttributeId(new URI(XACMLConstants.SUBJECT_ID));
118 attribute.setDataType(new URI(XACMLConstants.SAML2_NAMEID));
137 attribute.setAttributeId(new URI(XACMLConstants.RESOURCE_ID));
138 attribute.setDataType( new URI(XACMLConstants.XS_STRING));
147 attribute.setAttributeId(new URI(XACMLConstants.TARGET_SERVICE));
148 attribute.setDataType(new URI(XACMLConstants.XS_STRING));
163 attribute.setAttributeId(new URI(XACMLConstants.ACTION_ID));
164 attribute.setDataType(new URI(XACMLConstant
[all...]
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/java/samples/xacml/
H A DXACMLClientSample.java45 import java.net.URI;
131 subject.setSubjectCategory(new URI(subjectCategory));
135 attribute.setAttributeId(new URI(XACMLConstants.SUBJECT_ID));
136 attribute.setDataType(new URI(subjectIdType));
155 attribute.setAttributeId(new URI(XACMLConstants.RESOURCE_ID));
156 attribute.setDataType( new URI(resourceIdType));
165 attribute.setAttributeId(new URI(XACMLConstants.TARGET_SERVICE));
166 attribute.setDataType(new URI(serviceNameType));
181 attribute.setAttributeId(new URI(XACMLConstants.ACTION_ID));
182 attribute.setDataType(new URI(actionIdTyp
[all...]
/forgerock/openidm-v4/openidm-provisioner/src/main/java/org/forgerock/openidm/provisioner/
H A DId.java30 import java.net.URI;
73 private URI baseURI;
86 this.baseURI = new URI("");
110 this.baseURI = new URI("");
147 this.baseURI = new URI("");
187 public URI getId() {
189 URI id = getObjectSetId();
200 public URI getQualifiedId() {
202 URI id = getObjectSetId();
213 private URI getObjectSetI
[all...]
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/oauth2/core/
H A DRedirectUriResolverTest.java26 import java.net.URI;
53 private Set<URI> uriSetWithMany;
55 private Set<URI> uriSetWithOne;
63 uriSetWithMany = new HashSet<>(Arrays.asList(new URI[]{URI.create("http://one"),
64 URI.create("http://two"), URI.create("http://three")}));
66 uriSetWithOne = new HashSet<>(Arrays.asList(new URI[]{URI.create(SINGLE_REGISTERED_URI)}));
160 given(clientRegistration.getRedirectUris()).willReturn(new HashSet<URI>());
[all...]
/forgerock/openam/openam-examples/openam-example-clientsdk-cli/src/main/java/samples/xacml/
H A DXACMLClientSample.java45 import java.net.URI;
131 subject.setSubjectCategory(new URI(subjectCategory));
135 attribute.setAttributeId(new URI(XACMLConstants.SUBJECT_ID));
136 attribute.setDataType(new URI(subjectIdType));
155 attribute.setAttributeId(new URI(XACMLConstants.RESOURCE_ID));
156 attribute.setDataType( new URI(resourceIdType));
165 attribute.setAttributeId(new URI(XACMLConstants.TARGET_SERVICE));
166 attribute.setDataType(new URI(serviceNameType));
181 attribute.setAttributeId(new URI(XACMLConstants.ACTION_ID));
182 attribute.setDataType(new URI(actionIdTyp
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DXACMLQueryUtil.java35 import java.net.URI;
113 subject.setSubjectCategory(new URI(XACMLConstants.ACCESS_SUBJECT));
117 attribute.setAttributeId(new URI(XACMLConstants.SUBJECT_ID));
118 attribute.setDataType(new URI(XACMLConstants.SAML2_NAMEID));
137 attribute.setAttributeId(new URI(XACMLConstants.RESOURCE_ID));
138 attribute.setDataType( new URI(XACMLConstants.XS_STRING));
147 attribute.setAttributeId(new URI(XACMLConstants.TARGET_SERVICE));
148 attribute.setDataType(new URI(XACMLConstants.XS_STRING));
163 attribute.setAttributeId(new URI(XACMLConstants.ACTION_ID));
164 attribute.setDataType(new URI(XACMLConstant
[all...]
/forgerock/opendj2/src/dsml/org/opends/dsml/protocol/
H A DByteStringUtility.java30 import java.net.URI;
72 else if (obj instanceof URI)
78 is = ((URI) obj).toURL().openStream();
/forgerock/opendj-b2.6/src/dsml/org/opends/dsml/protocol/
H A DByteStringUtility.java31 import java.net.URI;
73 else if (obj instanceof URI)
79 is = ((URI) obj).toURL().openStream();
/forgerock/opendj2.6.2/src/dsml/org/opends/dsml/protocol/
H A DByteStringUtility.java31 import java.net.URI;
73 else if (obj instanceof URI)
79 is = ((URI) obj).toURL().openStream();
/forgerock/opendj2-hg/src/dsml/org/opends/dsml/protocol/
H A DByteStringUtility.java30 import java.net.URI;
72 else if (obj instanceof URI)
78 is = ((URI) obj).toURL().openStream();
/forgerock/opendj2-jel-hg/src/dsml/org/opends/dsml/protocol/
H A DByteStringUtility.java31 import java.net.URI;
73 else if (obj instanceof URI)
79 is = ((URI) obj).toURL().openStream();
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/file/
H A DZipUtils.java22 import java.net.URI;
64 final URI uri = new URI("jar", URLDecoder.decode(targetZip.toUri().toString(), "UTF-8"), null);
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/file/
H A DZipUtils.java22 import java.net.URI;
64 final URI uri = new URI("jar", URLDecoder.decode(targetZip.toUri().toString(), "UTF-8"), null);
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaProviderSettings.java20 import java.net.URI;
H A DUmaWellKnownConfigurationEndpoint.java22 import java.net.URI;
94 Set<URI> supportedUmaProfiles = providerSettings.getSupportedUmaProfiles();
98 URI dynamicClientEndpoint = umaUris.getDynamicClientEndpoint();
102 URI requestingPartyClaimsEndpoint = umaUris.getRequestingPartyClaimsEndpoint();

Completed in 145 milliseconds

1234567891011