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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setClientAuthenticationMethod
(String clientAuthenticationMethod) void
setClientId
(String clientId) void
setClientName
(String clientName) void
setClientSecret
(String clientSecret) void
setIssuerUri
(String issuerUri) void
setRegistrationKey
(String registrationKey) void
void
setTenantId
(String tenantId) void
setTokenUri
(String tokenUri) Methods inherited from interface com.flowable.platform.api.manage.ClientRegistrationInfo
getClientAuthenticationMethod, getClientId, getClientName, getClientSecret, getId, getIssuerUri, getRegistrationKey, getScopes, getTenantId, getTokenUri
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Method Details
-
setRegistrationKey
-
setClientId
-
setClientSecret
-
setClientName
-
setClientAuthenticationMethod
-
setScopes
-
setIssuerUri
-
setTokenUri
-
setTenantId
-