Class JpaClientScopeAttributeEntity
java.lang.Object
org.keycloak.models.map.storage.jpa.JpaAttributeEntity<E>
org.keycloak.models.map.storage.jpa.JpaAttributeEntityWithHashValue<JpaClientScopeEntity>
org.keycloak.models.map.storage.jpa.clientScope.entity.JpaClientScopeAttributeEntity
- All Implemented Interfaces:
Serializable
,JpaChildEntity<JpaClientScopeEntity>
@Entity
public class JpaClientScopeAttributeEntity
extends JpaAttributeEntityWithHashValue<JpaClientScopeEntity>
- See Also:
-
Constructor Summary
ConstructorDescriptionJpaClientScopeAttributeEntity
(JpaClientScopeEntity root, String name, String value) -
Method Summary
-
Constructor Details
-
JpaClientScopeAttributeEntity
public JpaClientScopeAttributeEntity() -
JpaClientScopeAttributeEntity
-