Class HotRodClientEntityDelegate
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodClientEntity>
org.keycloak.models.map.storage.hotRod.client.HotRodClientEntity.AbstractHotRodClientEntityDelegate
org.keycloak.models.map.storage.hotRod.client.HotRodClientEntityDelegate
- All Implemented Interfaces:
MapClientEntity
,AbstractEntity
,EntityWithAttributes
,UpdatableEntity
,HotRodEntityDelegate<HotRodClientEntity>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor")
public class HotRodClientEntityDelegate
extends HotRodClientEntity.AbstractHotRodClientEntityDelegate
implements MapClientEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.client.MapClientEntity
MapClientEntity.AbstractClientEntity
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescriptionDeprecated.HotRodClientEntityDelegate
(DeepCloner cloner) HotRodClientEntityDelegate
(HotRodClientEntity hotRodEntity) Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addRedirectUri
(String p0) void
void
addWebOrigin
(String p0) <V> V
deepClone
(V obj) static boolean
entityEquals
(Object o1, Object o2) static int
boolean
getAttribute
(String p0) getName()
getScope()
int
hashCode()
void
void
void
void
void
void
void
void
void
setAttribute
(String p0, List<String> p1) void
setAttributes
(Map<String, List<String>> p0) void
void
setBaseUrl
(String p0) void
setBearerOnly
(Boolean p0) void
void
setClientScope
(String p0, Boolean p1) void
void
setDescription
(String p0) void
void
setEnabled
(Boolean p0) void
void
void
void
void
void
void
setNotBefore
(Long p0) void
setProtocol
(String p0) void
void
setRealmId
(String p0) void
setRedirectUris
(Set<String> p0) void
void
setRootUrl
(String p0) void
void
void
void
void
void
setWebOrigins
(Set<String> p0) toString()
Methods inherited from class org.keycloak.models.map.storage.hotRod.client.HotRodClientEntity.AbstractHotRodClientEntityDelegate
getClientScopes, getId, setClientId, setId
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
clearUpdatedFlag, isUpdated
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setId
Methods inherited from interface org.keycloak.models.map.client.MapClientEntity
getClientScopes, setClientId
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
HotRodClientEntityDelegate
public HotRodClientEntityDelegate()Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodClientEntityDelegate(DeepCloner)
variant instead -
HotRodClientEntityDelegate
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodClientEntityDelegate(DeepCloner)
variant instead -
HotRodClientEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
deepClone
public <V> V deepClone(V obj) -
setAlwaysDisplayInConsole
- Specified by:
setAlwaysDisplayInConsole
in interfaceMapClientEntity
-
isAlwaysDisplayInConsole
- Specified by:
isAlwaysDisplayInConsole
in interfaceMapClientEntity
-
getAttribute
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
getAttributes
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
removeAttribute
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getAuthenticationFlowBindingOverride
- Specified by:
getAuthenticationFlowBindingOverride
in interfaceMapClientEntity
-
setAuthenticationFlowBindingOverride
- Specified by:
setAuthenticationFlowBindingOverride
in interfaceMapClientEntity
-
getAuthenticationFlowBindingOverrides
- Specified by:
getAuthenticationFlowBindingOverrides
in interfaceMapClientEntity
-
removeAuthenticationFlowBindingOverride
- Specified by:
removeAuthenticationFlowBindingOverride
in interfaceMapClientEntity
-
getBaseUrl
- Specified by:
getBaseUrl
in interfaceMapClientEntity
-
setBaseUrl
- Specified by:
setBaseUrl
in interfaceMapClientEntity
-
setBearerOnly
- Specified by:
setBearerOnly
in interfaceMapClientEntity
-
isBearerOnly
- Specified by:
isBearerOnly
in interfaceMapClientEntity
-
getClientAuthenticatorType
- Specified by:
getClientAuthenticatorType
in interfaceMapClientEntity
-
setClientAuthenticatorType
- Specified by:
setClientAuthenticatorType
in interfaceMapClientEntity
-
getClientId
- Specified by:
getClientId
in interfaceMapClientEntity
-
setClientScope
- Specified by:
setClientScope
in interfaceMapClientEntity
-
removeClientScope
- Specified by:
removeClientScope
in interfaceMapClientEntity
-
getClientScopes
- Specified by:
getClientScopes
in interfaceMapClientEntity
-
isConsentRequired
- Specified by:
isConsentRequired
in interfaceMapClientEntity
-
setConsentRequired
- Specified by:
setConsentRequired
in interfaceMapClientEntity
-
setDescription
- Specified by:
setDescription
in interfaceMapClientEntity
-
getDescription
- Specified by:
getDescription
in interfaceMapClientEntity
-
setDirectAccessGrantsEnabled
- Specified by:
setDirectAccessGrantsEnabled
in interfaceMapClientEntity
-
isDirectAccessGrantsEnabled
- Specified by:
isDirectAccessGrantsEnabled
in interfaceMapClientEntity
-
isEnabled
- Specified by:
isEnabled
in interfaceMapClientEntity
-
setEnabled
- Specified by:
setEnabled
in interfaceMapClientEntity
-
isFrontchannelLogout
- Specified by:
isFrontchannelLogout
in interfaceMapClientEntity
-
setFrontchannelLogout
- Specified by:
setFrontchannelLogout
in interfaceMapClientEntity
-
setFullScopeAllowed
- Specified by:
setFullScopeAllowed
in interfaceMapClientEntity
-
isFullScopeAllowed
- Specified by:
isFullScopeAllowed
in interfaceMapClientEntity
-
setImplicitFlowEnabled
- Specified by:
setImplicitFlowEnabled
in interfaceMapClientEntity
-
isImplicitFlowEnabled
- Specified by:
isImplicitFlowEnabled
in interfaceMapClientEntity
-
setManagementUrl
- Specified by:
setManagementUrl
in interfaceMapClientEntity
-
getManagementUrl
- Specified by:
getManagementUrl
in interfaceMapClientEntity
-
setName
- Specified by:
setName
in interfaceMapClientEntity
-
getName
- Specified by:
getName
in interfaceMapClientEntity
-
getNodeReRegistrationTimeout
- Specified by:
getNodeReRegistrationTimeout
in interfaceMapClientEntity
-
setNodeReRegistrationTimeout
- Specified by:
setNodeReRegistrationTimeout
in interfaceMapClientEntity
-
setNotBefore
- Specified by:
setNotBefore
in interfaceMapClientEntity
-
getNotBefore
- Specified by:
getNotBefore
in interfaceMapClientEntity
-
getProtocol
- Specified by:
getProtocol
in interfaceMapClientEntity
-
setProtocol
- Specified by:
setProtocol
in interfaceMapClientEntity
-
getProtocolMappers
- Specified by:
getProtocolMappers
in interfaceMapClientEntity
-
addProtocolMapper
- Specified by:
addProtocolMapper
in interfaceMapClientEntity
-
getProtocolMapper
- Specified by:
getProtocolMapper
in interfaceMapClientEntity
-
removeProtocolMapper
- Specified by:
removeProtocolMapper
in interfaceMapClientEntity
-
isPublicClient
- Specified by:
isPublicClient
in interfaceMapClientEntity
-
setPublicClient
- Specified by:
setPublicClient
in interfaceMapClientEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapClientEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapClientEntity
-
getRedirectUris
- Specified by:
getRedirectUris
in interfaceMapClientEntity
-
setRedirectUris
- Specified by:
setRedirectUris
in interfaceMapClientEntity
-
addRedirectUri
- Specified by:
addRedirectUri
in interfaceMapClientEntity
-
removeRedirectUri
- Specified by:
removeRedirectUri
in interfaceMapClientEntity
-
setRegistrationToken
- Specified by:
setRegistrationToken
in interfaceMapClientEntity
-
getRegistrationToken
- Specified by:
getRegistrationToken
in interfaceMapClientEntity
-
getRootUrl
- Specified by:
getRootUrl
in interfaceMapClientEntity
-
setRootUrl
- Specified by:
setRootUrl
in interfaceMapClientEntity
-
getScope
- Specified by:
getScope
in interfaceMapClientEntity
-
setScope
- Specified by:
setScope
in interfaceMapClientEntity
-
removeScopeMapping
- Specified by:
removeScopeMapping
in interfaceMapClientEntity
-
addScopeMapping
- Specified by:
addScopeMapping
in interfaceMapClientEntity
-
getScopeMappings
- Specified by:
getScopeMappings
in interfaceMapClientEntity
-
setSecret
- Specified by:
setSecret
in interfaceMapClientEntity
-
getSecret
- Specified by:
getSecret
in interfaceMapClientEntity
-
isServiceAccountsEnabled
- Specified by:
isServiceAccountsEnabled
in interfaceMapClientEntity
-
setServiceAccountsEnabled
- Specified by:
setServiceAccountsEnabled
in interfaceMapClientEntity
-
setStandardFlowEnabled
- Specified by:
setStandardFlowEnabled
in interfaceMapClientEntity
-
isStandardFlowEnabled
- Specified by:
isStandardFlowEnabled
in interfaceMapClientEntity
-
setSurrogateAuthRequired
- Specified by:
setSurrogateAuthRequired
in interfaceMapClientEntity
-
isSurrogateAuthRequired
- Specified by:
isSurrogateAuthRequired
in interfaceMapClientEntity
-
getWebOrigins
- Specified by:
getWebOrigins
in interfaceMapClientEntity
-
setWebOrigins
- Specified by:
setWebOrigins
in interfaceMapClientEntity
-
addWebOrigin
- Specified by:
addWebOrigin
in interfaceMapClientEntity
-
removeWebOrigin
- Specified by:
removeWebOrigin
in interfaceMapClientEntity
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodClientEntity>
-
DeepCloner.DUMB_CLONER
that does not clone anything.