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 SummaryConstructorsConstructorDescriptionJpaClientScopeAttributeEntity(JpaClientScopeEntity root, String name, String value) 
- 
Method Summary
- 
Constructor Details- 
JpaClientScopeAttributeEntitypublic JpaClientScopeAttributeEntity()
- 
JpaClientScopeAttributeEntity
 
-