Interface ClientRegistrationInfo
- All Known Subinterfaces:
ClientRegistrationInfoEntity
- All Known Implementing Classes:
ClientRegistrationInfoEntityImpl
public interface ClientRegistrationInfo
-
Field Details
-
GRANT_TYPE_CLIENT_CREDENTIALS
- See Also:
-
GRANT_TYPE_JWT_BEARER_OBO
- See Also:
-
GRANT_TYPE_TOKEN_EXCHANGE_OBO
- See Also:
-
SUPPORTED_GRANT_TYPES
-
-
Method Details
-
getId
String getId() -
getRegistrationKey
String getRegistrationKey() -
getClientId
String getClientId() -
getClientSecret
String getClientSecret() -
getClientName
String getClientName() -
getClientAuthenticationMethod
String getClientAuthenticationMethod() -
getScopes
String getScopes() -
getIssuerUri
String getIssuerUri() -
getTokenUri
String getTokenUri() -
getGrantType
String getGrantType() -
getTenantId
String getTenantId()
-