Class RegistryTenant


  • public class RegistryTenant
    extends Object
    Root Type for Tenant

    Models a single tenant.

    • Constructor Detail

      • RegistryTenant

        public RegistryTenant()
    • Method Detail

      • getTenantId

        public String getTenantId()
        Unique identifier of a tenant within a registry deployment (Required)
      • setTenantId

        public void setTenantId​(String tenantId)
        Unique identifier of a tenant within a registry deployment (Required)
      • getCreatedOn

        public Date getCreatedOn()
        Date when the tenant was created (Required)
      • setCreatedOn

        public void setCreatedOn​(Date createdOn)
        Date when the tenant was created (Required)
      • getCreatedBy

        public String getCreatedBy()
        User that created the tenant (Required)
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
        User that created the tenant (Required)
      • getOrganizationId

        public Object getOrganizationId()
      • setOrganizationId

        public void setOrganizationId​(Object organizationId)
      • getAuthServerUrl

        public String getAuthServerUrl()
        Http endpoint for the auth server (including realm) to be used for this tenant to authenticate against the registry (Required)
      • setAuthServerUrl

        public void setAuthServerUrl​(String authServerUrl)
        Http endpoint for the auth server (including realm) to be used for this tenant to authenticate against the registry (Required)
      • getAuthClientId

        public String getAuthClientId()
        ClientId in the authentication server to be used by the registry to authenticate incoming requests made by the tenant (Required)
      • setAuthClientId

        public void setAuthClientId​(String authClientId)
        ClientId in the authentication server to be used by the registry to authenticate incoming requests made by the tenant (Required)