Class ClientRegistrationInfoEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.platform.engine.impl.persistence.entity.ClientRegistrationInfoEntityImpl
- All Implemented Interfaces:
ClientRegistrationInfo
,ClientRegistrationInfoEntity
,HasRevision
,Entity
public class ClientRegistrationInfoEntityImpl
extends AbstractEntity
implements ClientRegistrationInfoEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
Constructor Summary
Constructors -
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 class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.flowable.platform.api.manage.ClientRegistrationInfo
getId
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
registrationKey
-
clientId
-
clientSecret
-
clientName
-
clientAuthenticationMethod
-
scopes
-
issuerUri
-
tokenUri
-
tenantId
-
-
Constructor Details
-
ClientRegistrationInfoEntityImpl
public ClientRegistrationInfoEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-
getIdPrefix
- Specified by:
getIdPrefix
in interfaceEntity
-
getRegistrationKey
- Specified by:
getRegistrationKey
in interfaceClientRegistrationInfo
-
setRegistrationKey
- Specified by:
setRegistrationKey
in interfaceClientRegistrationInfoEntity
-
getClientId
- Specified by:
getClientId
in interfaceClientRegistrationInfo
-
setClientId
- Specified by:
setClientId
in interfaceClientRegistrationInfoEntity
-
getClientSecret
- Specified by:
getClientSecret
in interfaceClientRegistrationInfo
-
setClientSecret
- Specified by:
setClientSecret
in interfaceClientRegistrationInfoEntity
-
getClientName
- Specified by:
getClientName
in interfaceClientRegistrationInfo
-
setClientName
- Specified by:
setClientName
in interfaceClientRegistrationInfoEntity
-
getClientAuthenticationMethod
- Specified by:
getClientAuthenticationMethod
in interfaceClientRegistrationInfo
-
setClientAuthenticationMethod
- Specified by:
setClientAuthenticationMethod
in interfaceClientRegistrationInfoEntity
-
getScopes
- Specified by:
getScopes
in interfaceClientRegistrationInfo
-
setScopes
- Specified by:
setScopes
in interfaceClientRegistrationInfoEntity
-
getIssuerUri
- Specified by:
getIssuerUri
in interfaceClientRegistrationInfo
-
setIssuerUri
- Specified by:
setIssuerUri
in interfaceClientRegistrationInfoEntity
-
getTokenUri
- Specified by:
getTokenUri
in interfaceClientRegistrationInfo
-
setTokenUri
- Specified by:
setTokenUri
in interfaceClientRegistrationInfoEntity
-
getTenantId
- Specified by:
getTenantId
in interfaceClientRegistrationInfo
-
setTenantId
- Specified by:
setTenantId
in interfaceClientRegistrationInfoEntity
-