Class JpaClientScopeMetadata
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.clientscope.MapClientScopeEntity.AbstractClientScopeEntity
-
- org.keycloak.models.map.clientscope.MapClientScopeEntityImpl
-
- org.keycloak.models.map.storage.jpa.clientScope.entity.JpaClientScopeMetadata
-
- All Implemented Interfaces:
Serializable
,MapClientScopeEntity
,AbstractEntity
,EntityWithAttributes
,UpdatableEntity
public class JpaClientScopeMetadata extends MapClientScopeEntityImpl implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.keycloak.models.map.clientscope.MapClientScopeEntityImpl
MapClientScopeEntityImpl.Empty
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.clientscope.MapClientScopeEntity
MapClientScopeEntity.AbstractClientScopeEntity
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description JpaClientScopeMetadata()
JpaClientScopeMetadata(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getEntityVersion()
void
setEntityVersion(Integer entityVersion)
-
Methods inherited from class org.keycloak.models.map.clientscope.MapClientScopeEntityImpl
addProtocolMapper, addScopeMapping, deepClone, equals, getAttribute, getAttributes, getDescription, getName, getProtocol, getProtocolMapper, getProtocolMappers, getRealmId, getScopeMappings, hashCode, removeAttribute, removeProtocolMapper, removeScopeMapping, setAttribute, setAttributes, setDescription, setName, setProtocol, setRealmId, toString
-
Methods inherited from class org.keycloak.models.map.clientscope.MapClientScopeEntity.AbstractClientScopeEntity
getId, setId
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
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.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
JpaClientScopeMetadata
public JpaClientScopeMetadata(DeepCloner cloner)
-
JpaClientScopeMetadata
public JpaClientScopeMetadata()
-
-