Interface TenantDetails
public interface TenantDetails
Provides core information about a tenant in a multi-tenant application.
- See Also:
TenantDetailsService
-
Method Summary
Modifier and Type Method Description java.lang.StringgetId()Get the id of the tenantjava.lang.StringgetIssuer()Get the issuer of the tenantjava.lang.StringgetJwkSetUrl()Get the JWK Set url of the tenant
-
Method Details
-
getId
java.lang.String getId()Get the id of the tenant- Returns:
- the id of the tenant
-
getIssuer
java.lang.String getIssuer()Get the issuer of the tenant- Returns:
- the issuer of the tenant
-
getJwkSetUrl
java.lang.String getJwkSetUrl()Get the JWK Set url of the tenant- Returns:
- the JWK Set url of the tenant
-