A B C D E F G H I N O P Q R S T U V W 
All Classes All Packages

A

accept(T) - Method in interface io.apicurio.rest.client.util.ConcurrentUtil.Consumer
 
ACCEPT - Static variable in class io.apicurio.rest.client.request.Request
 
acceptInterruptibly(T) - Method in interface io.apicurio.rest.client.util.ConcurrentUtil.Consumer
 
AccessTokenResponse - Class in io.apicurio.rest.client.auth
OAuth 2.0 Access Token Response json
AccessTokenResponse() - Constructor for class io.apicurio.rest.client.auth.AccessTokenResponse
 
APICURIO_CLIENT_AUTO_BASE_PATH - Static variable in class io.apicurio.rest.client.config.ApicurioClientConfig
 
APICURIO_CLIENT_DISABLE_AUTO_BASE_PATH_APPEND - Static variable in class io.apicurio.rest.client.config.ApicurioClientConfig
 
APICURIO_REQUEST_CA_BUNDLE_LOCATION - Static variable in class io.apicurio.rest.client.config.ApicurioClientConfig
 
APICURIO_REQUEST_HEADERS_PREFIX - Static variable in class io.apicurio.rest.client.config.ApicurioClientConfig
 
APICURIO_REQUEST_KEY_PASSWORD - Static variable in class io.apicurio.rest.client.config.ApicurioClientConfig
 
APICURIO_REQUEST_KEYSTORE_LOCATION - Static variable in class io.apicurio.rest.client.config.ApicurioClientConfig
 
APICURIO_REQUEST_KEYSTORE_PASSWORD - Static variable in class io.apicurio.rest.client.config.ApicurioClientConfig
 
APICURIO_REQUEST_KEYSTORE_PREFIX - Static variable in class io.apicurio.rest.client.config.ApicurioClientConfig
 
APICURIO_REQUEST_KEYSTORE_TYPE - Static variable in class io.apicurio.rest.client.config.ApicurioClientConfig
 
APICURIO_REQUEST_TRUSTSTORE_LOCATION - Static variable in class io.apicurio.rest.client.config.ApicurioClientConfig
 
APICURIO_REQUEST_TRUSTSTORE_PASSWORD - Static variable in class io.apicurio.rest.client.config.ApicurioClientConfig
 
APICURIO_REQUEST_TRUSTSTORE_PREFIX - Static variable in class io.apicurio.rest.client.config.ApicurioClientConfig
 
APICURIO_REQUEST_TRUSTSTORE_TYPE - Static variable in class io.apicurio.rest.client.config.ApicurioClientConfig
 
ApicurioClientConfig - Class in io.apicurio.rest.client.config
 
ApicurioClientConfig() - Constructor for class io.apicurio.rest.client.config.ApicurioClientConfig
 
ApicurioHttpClient - Interface in io.apicurio.rest.client.spi
Common interface for http client implementations
ApicurioHttpClientFactory - Class in io.apicurio.rest.client.spi
 
ApicurioHttpClientFactory() - Constructor for class io.apicurio.rest.client.spi.ApicurioHttpClientFactory
 
ApicurioHttpClientProvider - Interface in io.apicurio.rest.client.spi
 
ApicurioHttpClientServiceLoader - Class in io.apicurio.rest.client.spi
 
ApicurioHttpClientServiceLoader() - Constructor for class io.apicurio.rest.client.spi.ApicurioHttpClientServiceLoader
 
ApicurioRestClientException - Exception in io.apicurio.rest.client.error
 
ApicurioRestClientException(String) - Constructor for exception io.apicurio.rest.client.error.ApicurioRestClientException
 
apply(Map<String, String>) - Method in interface io.apicurio.rest.client.auth.Auth
Called to apply this auth mechanism to the HTTP request headers.
apply(Map<String, String>) - Method in class io.apicurio.rest.client.auth.BasicAuth
 
apply(Map<String, String>) - Method in class io.apicurio.rest.client.auth.OidcAuth
 
apply(T) - Method in interface io.apicurio.rest.client.util.ConcurrentUtil.Function
 
applyInterruptibly(T) - Method in interface io.apicurio.rest.client.util.ConcurrentUtil.Function
 
Auth - Interface in io.apicurio.rest.client.auth
 
authenticate() - Method in class io.apicurio.rest.client.auth.OidcAuth
 
AuthErrorHandler - Class in io.apicurio.rest.client.auth.exception
 
AuthErrorHandler() - Constructor for class io.apicurio.rest.client.auth.exception.AuthErrorHandler
 
AuthException - Exception in io.apicurio.rest.client.auth.exception
 
AuthException(String) - Constructor for exception io.apicurio.rest.client.auth.exception.AuthException
 

B

BASIC - Static variable in class io.apicurio.rest.client.auth.BasicAuth
 
BasicAuth - Class in io.apicurio.rest.client.auth
 
BasicAuth(String, String) - Constructor for class io.apicurio.rest.client.auth.BasicAuth
 
BasicAuth.Builder - Class in io.apicurio.rest.client.auth
 
build() - Method in class io.apicurio.rest.client.auth.BasicAuth.Builder
 
build() - Method in class io.apicurio.rest.client.request.Request.RequestBuilder
 
Builder() - Constructor for class io.apicurio.rest.client.auth.BasicAuth.Builder
 
buildURI(String, Map<String, List<String>>, List<String>) - Static method in class io.apicurio.rest.client.util.UriUtil
 

C

close() - Method in class io.apicurio.rest.client.auth.OidcAuth
 
close() - Method in interface io.apicurio.rest.client.spi.ApicurioHttpClient
close the underlying http client
close(AutoCloseable) - Static method in class io.apicurio.rest.client.util.IoUtil
Close auto-closeable, unchecked IOException is thrown for any IO exception, IllegalStateException for all others.
closeIgnore(AutoCloseable) - Static method in class io.apicurio.rest.client.util.IoUtil
Close auto-closeable, ignore any exception.
ConcurrentUtil - Class in io.apicurio.rest.client.util
 
ConcurrentUtil() - Constructor for class io.apicurio.rest.client.util.ConcurrentUtil
 
ConcurrentUtil.Consumer<T> - Interface in io.apicurio.rest.client.util
 
ConcurrentUtil.Function<T,​R> - Interface in io.apicurio.rest.client.util
 
CONNECT - io.apicurio.rest.client.request.Operation
 
consumer(ConcurrentUtil.Consumer<T>) - Static method in class io.apicurio.rest.client.util.ConcurrentUtil
 
CONTENT_TYPE - Static variable in class io.apicurio.rest.client.request.Request
 
copy(InputStream, OutputStream) - Static method in class io.apicurio.rest.client.util.IoUtil
 
create(String, RestClientErrorHandler) - Static method in class io.apicurio.rest.client.spi.ApicurioHttpClientFactory
 
create(String, Map<String, Object>, Auth, RestClientErrorHandler) - Static method in class io.apicurio.rest.client.spi.ApicurioHttpClientFactory
 
create(String, Map<String, Object>, Auth, RestClientErrorHandler) - Method in interface io.apicurio.rest.client.spi.ApicurioHttpClientProvider
 

D

data(InputStream) - Method in class io.apicurio.rest.client.request.Request.RequestBuilder
 
data(String) - Method in class io.apicurio.rest.client.request.Request.RequestBuilder
 
DELETE - io.apicurio.rest.client.request.Operation
 

E

expiresIn - Variable in class io.apicurio.rest.client.auth.AccessTokenResponse
 

F

ForbiddenException - Exception in io.apicurio.rest.client.auth.exception
 
ForbiddenException(String) - Constructor for exception io.apicurio.rest.client.auth.exception.ForbiddenException
 
function(ConcurrentUtil.Function<T, R>) - Static method in class io.apicurio.rest.client.util.ConcurrentUtil
 

G

get(CompletableFuture<T>) - Static method in class io.apicurio.rest.client.util.ConcurrentUtil
 
get(CompletableFuture<T>, long, TimeUnit) - Static method in class io.apicurio.rest.client.util.ConcurrentUtil
 
GET - io.apicurio.rest.client.request.Operation
 
getData() - Method in class io.apicurio.rest.client.request.Request
 
getDataString() - Method in class io.apicurio.rest.client.request.Request
 
getExpiresIn() - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
getHeaders() - Method in class io.apicurio.rest.client.request.Request
 
getHeaders() - Method in interface io.apicurio.rest.client.spi.ApicurioHttpClient
 
getIdToken() - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
getNotBeforePolicy() - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
getOperation() - Method in class io.apicurio.rest.client.request.Request
 
getOtherClaims() - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
getPassword() - Method in class io.apicurio.rest.client.auth.BasicAuth
 
getPathParams() - Method in class io.apicurio.rest.client.request.Request
 
getQueryParams() - Method in class io.apicurio.rest.client.request.Request
 
getRefreshExpiresIn() - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
getRefreshToken() - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
getRequestPath() - Method in class io.apicurio.rest.client.request.Request
 
getResponseType() - Method in class io.apicurio.rest.client.request.Request
 
getScope() - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
getSessionState() - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
getToken() - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
getTokenType() - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
getUsername() - Method in class io.apicurio.rest.client.auth.BasicAuth
 

H

handleErrorResponse(InputStream, int) - Method in class io.apicurio.rest.client.auth.exception.AuthErrorHandler
 
handleErrorResponse(InputStream, int) - Method in interface io.apicurio.rest.client.error.RestClientErrorHandler
 
HEAD - io.apicurio.rest.client.request.Operation
 
headers(Map<String, String>) - Method in class io.apicurio.rest.client.request.Request.RequestBuilder
 

I

idToken - Variable in class io.apicurio.rest.client.auth.AccessTokenResponse
 
io.apicurio.rest.client.auth - package io.apicurio.rest.client.auth
 
io.apicurio.rest.client.auth.exception - package io.apicurio.rest.client.auth.exception
 
io.apicurio.rest.client.auth.request - package io.apicurio.rest.client.auth.request
 
io.apicurio.rest.client.config - package io.apicurio.rest.client.config
 
io.apicurio.rest.client.error - package io.apicurio.rest.client.error
 
io.apicurio.rest.client.request - package io.apicurio.rest.client.request
 
io.apicurio.rest.client.spi - package io.apicurio.rest.client.spi
 
io.apicurio.rest.client.util - package io.apicurio.rest.client.util
 
IoUtil - Class in io.apicurio.rest.client.util
 
IoUtil() - Constructor for class io.apicurio.rest.client.util.IoUtil
 

N

NotAuthorizedException - Exception in io.apicurio.rest.client.auth.exception
 
NotAuthorizedException(String) - Constructor for exception io.apicurio.rest.client.auth.exception.NotAuthorizedException
 
notBeforePolicy - Variable in class io.apicurio.rest.client.auth.AccessTokenResponse
 

O

obtainAccessToken(String) - Static method in class io.apicurio.rest.client.auth.request.TokenRequestsProvider
 
obtainAccessTokenPasswordGrant(String, String) - Method in class io.apicurio.rest.client.auth.OidcAuth
 
OidcAuth - Class in io.apicurio.rest.client.auth
 
OidcAuth(ApicurioHttpClient, String, String) - Constructor for class io.apicurio.rest.client.auth.OidcAuth
 
OidcAuth(ApicurioHttpClient, String, String, Duration) - Constructor for class io.apicurio.rest.client.auth.OidcAuth
 
operation(Operation) - Method in class io.apicurio.rest.client.request.Request.RequestBuilder
 
Operation - Enum in io.apicurio.rest.client.request
 
OPTIONS - io.apicurio.rest.client.request.Operation
 
otherClaims - Variable in class io.apicurio.rest.client.auth.AccessTokenResponse
 

P

parseError(Exception) - Method in class io.apicurio.rest.client.auth.exception.AuthErrorHandler
 
parseError(Exception) - Method in interface io.apicurio.rest.client.error.RestClientErrorHandler
 
parseInputSerializingError(JsonProcessingException) - Method in class io.apicurio.rest.client.auth.exception.AuthErrorHandler
 
parseInputSerializingError(JsonProcessingException) - Method in interface io.apicurio.rest.client.error.RestClientErrorHandler
 
PATCH - io.apicurio.rest.client.request.Operation
 
path(String) - Method in class io.apicurio.rest.client.request.Request.RequestBuilder
 
pathParams(List<String>) - Method in class io.apicurio.rest.client.request.Request.RequestBuilder
 
POST - io.apicurio.rest.client.request.Operation
 
providers(boolean) - Method in class io.apicurio.rest.client.spi.ApicurioHttpClientServiceLoader
 
PUT - io.apicurio.rest.client.request.Operation
 

Q

queryParams(Map<String, List<String>>) - Method in class io.apicurio.rest.client.request.Request.RequestBuilder
 

R

refreshExpiresIn - Variable in class io.apicurio.rest.client.auth.AccessTokenResponse
 
refreshToken - Variable in class io.apicurio.rest.client.auth.AccessTokenResponse
 
Request<T> - Class in io.apicurio.rest.client.request
 
Request.RequestBuilder<T> - Class in io.apicurio.rest.client.request
 
RequestBuilder() - Constructor for class io.apicurio.rest.client.request.Request.RequestBuilder
 
responseType(TypeReference<T>) - Method in class io.apicurio.rest.client.request.Request.RequestBuilder
 
RestClientErrorHandler - Interface in io.apicurio.rest.client.error
 
result(CompletionStage<T>) - Static method in class io.apicurio.rest.client.util.ConcurrentUtil
 

S

scope - Variable in class io.apicurio.rest.client.auth.AccessTokenResponse
 
sendRequest(Request<T>) - Method in interface io.apicurio.rest.client.spi.ApicurioHttpClient
 
sessionState - Variable in class io.apicurio.rest.client.auth.AccessTokenResponse
 
setExpiresIn(long) - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
setIdToken(String) - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
setNextRequestHeaders(Map<String, String>) - Method in interface io.apicurio.rest.client.spi.ApicurioHttpClient
 
setNotBeforePolicy(int) - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
setOtherClaims(String, Object) - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
setProvider(ApicurioHttpClientProvider) - Static method in class io.apicurio.rest.client.spi.ApicurioHttpClientFactory
 
setRefreshExpiresIn(long) - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
setRefreshToken(String) - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
setScope(String) - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
setSessionState(String) - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
setToken(String) - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 
setTokenType(String) - Method in class io.apicurio.rest.client.auth.AccessTokenResponse
 

T

toBytes(InputStream) - Static method in class io.apicurio.rest.client.util.IoUtil
Get byte array from stream.
toBytes(InputStream, boolean) - Static method in class io.apicurio.rest.client.util.IoUtil
Get byte array from stream.
toBytes(String) - Static method in class io.apicurio.rest.client.util.IoUtil
Get byte array from string.
token - Variable in class io.apicurio.rest.client.auth.AccessTokenResponse
 
TokenRequestsProvider - Class in io.apicurio.rest.client.auth.request
 
TokenRequestsProvider() - Constructor for class io.apicurio.rest.client.auth.request.TokenRequestsProvider
 
tokenType - Variable in class io.apicurio.rest.client.auth.AccessTokenResponse
 
toStream(byte[]) - Static method in class io.apicurio.rest.client.util.IoUtil
 
toStream(String) - Static method in class io.apicurio.rest.client.util.IoUtil
Get stream from content.
toString(byte[]) - Static method in class io.apicurio.rest.client.util.IoUtil
Get string from byte array.
toString(InputStream) - Static method in class io.apicurio.rest.client.util.IoUtil
Get string from stream.
TRACE - io.apicurio.rest.client.request.Operation
 

U

UriUtil - Class in io.apicurio.rest.client.util
 
UriUtil() - Constructor for class io.apicurio.rest.client.util.UriUtil
 

V

valueOf(String) - Static method in enum io.apicurio.rest.client.request.Operation
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.apicurio.rest.client.request.Operation
Returns an array containing the constants of this enum type, in the order they are declared.

W

withClientId(String) - Method in class io.apicurio.rest.client.auth.BasicAuth.Builder
 
withUsername(String) - Method in class io.apicurio.rest.client.auth.BasicAuth.Builder
 
A B C D E F G H I N O P Q R S T U V W 
All Classes All Packages