public final class RESTEndpoint extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RESTEndpoint.RESTEndpointBuilder
Build a RESTEndpoint
|
static class |
RESTEndpoint.RESTResponse
Class to encapsulate the response from REST API.
|
Modifier and Type | Field and Description |
---|---|
static String |
AUTHENTICATION_URI |
static String |
AUTHENTICATION_URI_API_VERSION |
static String |
CREATE_PROFILE_URI |
static String |
CREATE_PROFILE_URI_ACTION_VALUE |
static String |
CREATE_PROFILE_URI_API_VERSION |
static String |
SERVER_INFO_URI |
static String |
SERVER_INFO_URI_API_VERSION |
Modifier and Type | Method and Description |
---|---|
RESTEndpoint.RESTResponse |
call()
Call a REST endpoint, returning its response.
|
String |
getPath()
For a little less than total debugging, try this:
|
String |
toString()
Turn this RESTEndpoint into a string - ONLY for debugging purposes.
|
public static final String AUTHENTICATION_URI
public static final String AUTHENTICATION_URI_API_VERSION
public static final String CREATE_PROFILE_URI
public static final String CREATE_PROFILE_URI_ACTION_VALUE
public static final String CREATE_PROFILE_URI_API_VERSION
public static final String SERVER_INFO_URI
public static final String SERVER_INFO_URI_API_VERSION
public RESTEndpoint.RESTResponse call() throws IOException
IOException
public String toString()
public String getPath()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.