AbstractOptionallyAuthenticatedRequest, AuthorizationRequest, AuthorizationServerConfigurationRequest, BackChannelLogoutRequest, LogoutRequest, OIDCProviderConfigurationRequest, ProtectedResourceRequestpublic abstract class AbstractRequest extends Object implements Request
| Constructor | Description |
|---|---|
AbstractRequest(URI uri) |
Creates a new base abstract request.
|
| Modifier and Type | Method | Description |
|---|---|---|
URI |
getEndpointURI() |
Gets the URI of the endpoint (HTTP or HTTPS) for which the request
is intended.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoHTTPRequestpublic AbstractRequest(URI uri)
uri - The URI of the endpoint (HTTP or HTTPS) for which the
request is intended, null if not specified (if,
for example, the Request.toHTTPRequest() method will not
be used).public URI getEndpointURI()
RequestgetEndpointURI in interface Requestnull if not specified.Copyright © 2018 Connect2id Ltd.. All rights reserved.