Searched refs:URI (Results 1 - 25 of 257) sorted by relevance

1234567891011

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaUris.java19 import java.net.URI;
39 URI getIssuer() throws ServerException;
42 * Gets the URI for the OAuth2 token endpoint.
46 URI getTokenEndpoint();
49 * Gets the URI for the OAuth2 authorize endpoint.
53 URI getAuthorizationEndpoint();
56 * Gets the URI for the OAuth2 token introspection endpoint.
60 URI getTokenIntrospectionEndpoint();
63 * Gets the URI for the OAuth2 resource set registration endpoint.
67 URI getResourceSetRegistrationEndpoin
[all...]
H A DUmaUrisFactory.java19 import java.net.URI;
179 public URI getIssuer() throws ServerException {
180 return URI.create(oauth2Uris.getIssuer());
184 public URI getTokenEndpoint() {
185 return URI.create(oauth2Uris.getTokenEndpoint());
189 public URI getAuthorizationEndpoint() {
190 return URI.create(oauth2Uris.getAuthorizationEndpoint());
194 public URI getTokenIntrospectionEndpoint() {
195 return URI.create(oauth2Uris.getIntrospectionEndpoint());
199 public URI getResourceSetRegistrationEndpoin
[all...]
H A DUmaSettings.java19 import java.net.URI;
107 Set<URI> getSupportedUmaProfiles() throws ServerException;
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaUris.java19 import java.net.URI;
39 URI getIssuer() throws ServerException;
42 * Gets the URI for the OAuth2 token endpoint.
46 URI getTokenEndpoint();
49 * Gets the URI for the OAuth2 authorize endpoint.
53 URI getAuthorizationEndpoint();
56 * Gets the URI for the OAuth2 token introspection endpoint.
60 URI getTokenIntrospectionEndpoint();
63 * Gets the URI for the OAuth2 resource set registration endpoint.
67 URI getResourceSetRegistrationEndpoin
[all...]
H A DUmaUrisFactory.java21 import java.net.URI;
176 public URI getIssuer() throws ServerException {
177 return URI.create(oauth2Uris.getIssuer());
181 public URI getTokenEndpoint() {
182 return URI.create(oauth2Uris.getTokenEndpoint());
186 public URI getAuthorizationEndpoint() {
187 return URI.create(oauth2Uris.getAuthorizationEndpoint());
191 public URI getTokenIntrospectionEndpoint() {
192 return URI.create(oauth2Uris.getIntrospectionEndpoint());
196 public URI getResourceSetRegistrationEndpoin
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DResourceOwnerAuthenticationRequired.java19 import java.net.URI;
28 private final URI redirectUri;
35 public ResourceOwnerAuthenticationRequired(final URI redirectUri) {
45 public URI getRedirectUri() {
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DResourceOwnerAuthenticationRequired.java19 import java.net.URI;
28 private final URI redirectUri;
35 public ResourceOwnerAuthenticationRequired(final URI redirectUri) {
45 public URI getRedirectUri() {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DAttribute.java32 import java.net.URI;
60 * @return the <code>URI</code> representing the data type.
62 public URI getAttributeId() ;
66 * @param attributeID <code>URI</code> representing the attribite id.
69 public void setAttributeId(URI attributeID) throws XACMLException;
95 * @return the <code>URI</code> representing the data type.
97 public URI getDataType();
102 * @param dataType <code>URI</code> representing the data type.
105 public void setDataType(URI dataType) throws XACMLException;
H A DSubject.java34 import java.net.URI;
92 * @return <code>URI</code> representing the
95 public URI getSubjectCategory();
100 * @param subjectCategory <code>URI</code>
107 public void setSubjectCategory(URI subjectCategory) throws
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DAttribute.java32 import java.net.URI;
60 * @return the <code>URI</code> representing the data type.
62 public URI getAttributeId() ;
66 * @param attributeID <code>URI</code> representing the attribite id.
69 public void setAttributeId(URI attributeID) throws XACMLException;
95 * @return the <code>URI</code> representing the data type.
97 public URI getDataType();
102 * @param dataType <code>URI</code> representing the data type.
105 public void setDataType(URI dataType) throws XACMLException;
H A DSubject.java34 import java.net.URI;
92 * @return <code>URI</code> representing the
95 public URI getSubjectCategory();
100 * @param subjectCategory <code>URI</code>
107 public void setSubjectCategory(URI subjectCategory) throws
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DOfflineResolver.java35 import org.apache.xml.utils.URI;
59 String URI = uri.getNodeValue();
61 String newURI = (String) this._uriMap.get(URI);
70 result.setSourceURI(URI);
71 result.setMIMEType((String) this._mimeMap.get(URI));
76 "The URI " + URI + " is not configured for offline work" };
102 URI uriNew = new URI(new URI(BaseUR
127 register(String URI, String filename, String MIME) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DOfflineResolver.java37 import java.net.URI;
64 String URI = uri.getNodeValue();
66 String newURI = (String) this._uriMap.get(URI);
75 result.setSourceURI(URI);
76 result.setMIMEType((String) this._mimeMap.get(URI));
81 "The URI " + URI + " is not configured for offline work" };
107 URI uriNew = getNewURI(uri.getNodeValue(), BaseURI);
125 * @param URI
129 private static void register(String URI, Strin argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/policy/
H A DObligation.java33 import java.net.URI;
60 * @return the <code>URI</code> representing ObligationId of this
63 public URI getObligationId();
67 * @param obligationId <code>URI</code> representing the ObligationId.
70 public void setObligationId(URI obligationId)
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/policy/
H A DObligation.java33 import java.net.URI;
60 * @return the <code>URI</code> representing ObligationId of this
63 public URI getObligationId();
67 * @param obligationId <code>URI</code> representing the ObligationId.
70 public void setObligationId(URI obligationId)
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DRedirectUriValidator.java21 import java.net.URI;
53 final URI request = URI.create(redirectUri);
61 for (URI uri : clientRegistration.getRedirectUris()) {
H A DClientRegistration.java19 import java.net.URI;
38 Set<URI> getRedirectUris();
45 Set<URI> getPostLogoutRedirectUris();
129 * Gets the client's session URI.
131 * @return The client's session URI.
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DRedirectUriValidator.java21 import java.net.URI;
53 final URI request = URI.create(redirectUri);
61 for (URI uri : clientRegistration.getRedirectUris()) {
H A DClientRegistration.java19 import java.net.URI;
39 Set<URI> getRedirectUris();
46 Set<URI> getPostLogoutRedirectUris();
130 * Gets the client's session URI.
132 * @return The client's session URI.
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/test/java/org/forgerock/oauth2/core/
H A DRedirectUriValidatorTest.java25 import java.net.URI;
52 given(clientRegistration.getRedirectUris()).willReturn(Collections.<URI>emptySet());
71 given(clientRegistration.getRedirectUris()).willReturn(Collections.<URI>emptySet());
91 .willReturn(Collections.<URI>singleton(URI.create("http://localhost:8080/")));
109 .willReturn(Collections.<URI>singleton(URI.create("http://localhost:8080/")));
156 given(clientRegistration.getRedirectUris()).willReturn(Collections.<URI>emptySet());
174 .willReturn(Collections.<URI>singleton(URI
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/xacml/client/
H A DXACMLRequestProcessorTest.java46 import java.net.URI;
129 subject1.setSubjectCategory(new URI(subjectCategory));
136 new URI(XACMLConstants.SUBJECT_ID));
142 attribute.setDataType(new URI(subjectIdType));
158 new URI(XACMLConstants.INTERMEDIARY_SUBJECT));
163 new URI(XACMLConstants.SUBJECT_ID));
169 attribute.setDataType(new URI(subjectIdType));
196 new URI(XACMLConstants.RESOURCE_ID));
201 new URI(resourceIdType));
220 new URI(XACMLConstant
[all...]
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/xacml/client/
H A DXACMLRequestProcessorTest.java46 import java.net.URI;
129 subject1.setSubjectCategory(new URI(subjectCategory));
136 new URI(XACMLConstants.SUBJECT_ID));
142 attribute.setDataType(new URI(subjectIdType));
158 new URI(XACMLConstants.INTERMEDIARY_SUBJECT));
163 new URI(XACMLConstants.SUBJECT_ID));
169 attribute.setDataType(new URI(subjectIdType));
196 new URI(XACMLConstants.RESOURCE_ID));
201 new URI(resourceIdType));
220 new URI(XACMLConstant
[all...]
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DOpenIdConnectClientRegistration.java20 import java.net.URI;
58 URI getSectorIdentifierUri();
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/
H A DOperationHelper.java34 import java.net.URI;
87 URI resolveQualifiedId(Uid uid);
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DAgentClientRegistration.java18 import java.net.URI;
64 public Set<URI> getRedirectUris() {
65 Set<URI> redirectUris = new HashSet<>();
67 final Set<URI> agentRootUris = getAgentRootUrisForCDSSO();
68 for (URI agentRootUri : agentRootUris) {
74 private Set<URI> getAgentRootUrisForCDSSO() {
89 public Set<URI> getPostLogoutRedirectUris() {
165 public URI getSectorIdentifierUri() {
252 * Client Session URI is not supported for agents' client registration.

Completed in 73 milliseconds

1234567891011