Interface ClientRegistrationInfoEntity
- All Superinterfaces:
ClientRegistrationInfo, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
- All Known Implementing Classes:
ClientRegistrationInfoEntityImpl
public interface ClientRegistrationInfoEntity
extends org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision, ClientRegistrationInfo
-
Field Summary
Fields inherited from interface ClientRegistrationInfo
GRANT_TYPE_CLIENT_CREDENTIALS, GRANT_TYPE_JWT_BEARER_OBO, GRANT_TYPE_TOKEN_EXCHANGE_OBO, SUPPORTED_GRANT_TYPES -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClientAuthenticationMethod(String clientAuthenticationMethod) voidsetClientId(String clientId) voidsetClientName(String clientName) voidsetClientSecret(String clientSecret) voidsetGrantType(String grantType) voidsetIssuerUri(String issuerUri) voidsetRegistrationKey(String registrationKey) voidvoidsetTenantId(String tenantId) voidsetTokenUri(String tokenUri) Methods inherited from interface ClientRegistrationInfo
getClientAuthenticationMethod, getClientId, getClientName, getClientSecret, getGrantType, getId, getIssuerUri, getRegistrationKey, getScopes, getTenantId, getTokenUriMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Method Details
-
setRegistrationKey
-
setClientId
-
setClientSecret
-
setClientName
-
setClientAuthenticationMethod
-
setScopes
-
setIssuerUri
-
setTokenUri
-
setGrantType
-
setTenantId
-