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.MapClientScopeEntityImplMapClientScopeEntityImpl.Empty
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.clientscope.MapClientScopeEntityMapClientScopeEntity.AbstractClientScopeEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description JpaClientScopeMetadata()JpaClientScopeMetadata(DeepCloner cloner)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetEntityVersion()voidsetEntityVersion(Integer entityVersion)- 
Methods inherited from class org.keycloak.models.map.clientscope.MapClientScopeEntityImpladdProtocolMapper, 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.AbstractClientScopeEntitygetId, setId
 - 
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag, isUpdated
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.AbstractEntitygetId, setId
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
JpaClientScopeMetadatapublic JpaClientScopeMetadata(DeepCloner cloner) 
 - 
JpaClientScopeMetadatapublic JpaClientScopeMetadata() 
 
- 
 
-