C D E G I N R S T 
All Classes All Packages

C

createTenant(NewRegistryTenantRequest) - Method in interface io.apicurio.multitenant.api.TenantsResource
Creates a new instance of a `Tenant`.

D

deleteTenant(String) - Method in interface io.apicurio.multitenant.api.TenantsResource
Deletes an existing `Tenant`.

E

Error - Class in io.apicurio.multitenant.api.datamodel
Root Type for Error
Error() - Constructor for class io.apicurio.multitenant.api.datamodel.Error
 

G

getAuthClientId() - Method in class io.apicurio.multitenant.api.datamodel.RegistryTenant
ClientId in the authentication server to be used by the registry to authenticate incoming requests made by the tenant (Required)
getAuthServerUrl() - Method in class io.apicurio.multitenant.api.datamodel.NewRegistryTenantRequest
Http endpoint for the auth server (including realm) to be used for this tenant to authenticate against the registry
getAuthServerUrl() - Method in class io.apicurio.multitenant.api.datamodel.RegistryTenant
Http endpoint for the auth server (including realm) to be used for this tenant to authenticate against the registry (Required)
getClientId() - Method in class io.apicurio.multitenant.api.datamodel.NewRegistryTenantRequest
ClientId in the authentication server to be used by the registry to authenticate incoming requests made by the tenant (Required)
getCreatedBy() - Method in class io.apicurio.multitenant.api.datamodel.RegistryTenant
User that created the tenant (Required)
getCreatedOn() - Method in class io.apicurio.multitenant.api.datamodel.RegistryTenant
Date when the tenant was created (Required)
getDetail() - Method in class io.apicurio.multitenant.api.datamodel.Error
Full details about the error.
getErrorCode() - Method in class io.apicurio.multitenant.api.datamodel.Error
The server-side error code.
getMessage() - Method in class io.apicurio.multitenant.api.datamodel.Error
The short error message.
getName() - Method in class io.apicurio.multitenant.api.datamodel.Error
The error name - typically the classname of the exception thrown by the server.
getName() - Method in class io.apicurio.multitenant.api.datamodel.RegistryDeploymentInfo
 
getOrganizationId() - Method in class io.apicurio.multitenant.api.datamodel.NewRegistryTenantRequest
ID of the organization the tenant belongs to (Required)
getOrganizationId() - Method in class io.apicurio.multitenant.api.datamodel.RegistryTenant
 
getRegistryInfo() - Method in interface io.apicurio.multitenant.api.RegistryResource
 
getTenant(String) - Method in interface io.apicurio.multitenant.api.TenantsResource
Gets the details of a single instance of a `Tenant`.
getTenantId() - Method in class io.apicurio.multitenant.api.datamodel.NewRegistryTenantRequest
Unique identifier of a tenant within a registry deployment
getTenantId() - Method in class io.apicurio.multitenant.api.datamodel.RegistryTenant
Unique identifier of a tenant within a registry deployment (Required)
getTenants() - Method in interface io.apicurio.multitenant.api.TenantsResource
Gets a list of all `Tenant` entities.
getUrl() - Method in class io.apicurio.multitenant.api.datamodel.RegistryDeploymentInfo
 

I

io.apicurio.multitenant.api - package io.apicurio.multitenant.api
 
io.apicurio.multitenant.api.datamodel - package io.apicurio.multitenant.api.datamodel
 

N

NewRegistryTenantRequest - Class in io.apicurio.multitenant.api.datamodel
Root Type for NewTenant
NewRegistryTenantRequest() - Constructor for class io.apicurio.multitenant.api.datamodel.NewRegistryTenantRequest
 

R

RegistryDeploymentInfo - Class in io.apicurio.multitenant.api.datamodel
Root Type for RegistryDeployment
RegistryDeploymentInfo() - Constructor for class io.apicurio.multitenant.api.datamodel.RegistryDeploymentInfo
 
RegistryResource - Interface in io.apicurio.multitenant.api
A JAX-RS interface.
RegistryTenant - Class in io.apicurio.multitenant.api.datamodel
Root Type for Tenant
RegistryTenant() - Constructor for class io.apicurio.multitenant.api.datamodel.RegistryTenant
 

S

setAuthClientId(String) - Method in class io.apicurio.multitenant.api.datamodel.RegistryTenant
ClientId in the authentication server to be used by the registry to authenticate incoming requests made by the tenant (Required)
setAuthServerUrl(String) - Method in class io.apicurio.multitenant.api.datamodel.NewRegistryTenantRequest
Http endpoint for the auth server (including realm) to be used for this tenant to authenticate against the registry
setAuthServerUrl(String) - Method in class io.apicurio.multitenant.api.datamodel.RegistryTenant
Http endpoint for the auth server (including realm) to be used for this tenant to authenticate against the registry (Required)
setClientId(String) - Method in class io.apicurio.multitenant.api.datamodel.NewRegistryTenantRequest
ClientId in the authentication server to be used by the registry to authenticate incoming requests made by the tenant (Required)
setCreatedBy(String) - Method in class io.apicurio.multitenant.api.datamodel.RegistryTenant
User that created the tenant (Required)
setCreatedOn(Date) - Method in class io.apicurio.multitenant.api.datamodel.RegistryTenant
Date when the tenant was created (Required)
setDetail(String) - Method in class io.apicurio.multitenant.api.datamodel.Error
Full details about the error.
setErrorCode(Integer) - Method in class io.apicurio.multitenant.api.datamodel.Error
The server-side error code.
setMessage(String) - Method in class io.apicurio.multitenant.api.datamodel.Error
The short error message.
setName(String) - Method in class io.apicurio.multitenant.api.datamodel.Error
The error name - typically the classname of the exception thrown by the server.
setName(String) - Method in class io.apicurio.multitenant.api.datamodel.RegistryDeploymentInfo
 
setOrganizationId(Object) - Method in class io.apicurio.multitenant.api.datamodel.RegistryTenant
 
setOrganizationId(String) - Method in class io.apicurio.multitenant.api.datamodel.NewRegistryTenantRequest
ID of the organization the tenant belongs to (Required)
setTenantId(String) - Method in class io.apicurio.multitenant.api.datamodel.NewRegistryTenantRequest
Unique identifier of a tenant within a registry deployment
setTenantId(String) - Method in class io.apicurio.multitenant.api.datamodel.RegistryTenant
Unique identifier of a tenant within a registry deployment (Required)
setUrl(String) - Method in class io.apicurio.multitenant.api.datamodel.RegistryDeploymentInfo
 

T

TenantsResource - Interface in io.apicurio.multitenant.api
A JAX-RS interface.
C D E G I N R S T 
All Classes All Packages