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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JpaClientScopeAttributeEntity()
JpaClientScopeAttributeEntity(JpaClientScopeEntity root, String name, String value)
-
-
-
Constructor Detail
-
JpaClientScopeAttributeEntity
public JpaClientScopeAttributeEntity()
-
JpaClientScopeAttributeEntity
public JpaClientScopeAttributeEntity(JpaClientScopeEntity root, String name, String value)
-
-