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 TypeMethodDescriptionvoidsetClientAuthenticationMethod(String clientAuthenticationMethod) voidsetClientId(String clientId) voidsetClientName(String clientName) voidsetClientSecret(String clientSecret) voidsetIssuerUri(String issuerUri) voidsetRegistrationKey(String registrationKey) voidvoidsetTenantId(String tenantId) voidsetTokenUri(String tokenUri) Methods inherited from interface com.flowable.platform.api.manage.ClientRegistrationInfo
getClientAuthenticationMethod, getClientId, getClientName, getClientSecret, 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
-
setTenantId
-