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 SummaryConstructors Constructor Description JpaClientScopeAttributeEntity()JpaClientScopeAttributeEntity(JpaClientScopeEntity root, String name, String value)
 
- 
- 
- 
Constructor Detail- 
JpaClientScopeAttributeEntitypublic JpaClientScopeAttributeEntity() 
 - 
JpaClientScopeAttributeEntitypublic JpaClientScopeAttributeEntity(JpaClientScopeEntity root, String name, String value) 
 
- 
 
-