Class JpaRoleAttributeEntity
- java.lang.Object
- 
- org.keycloak.models.map.storage.jpa.JpaAttributeEntity<E>
- 
- org.keycloak.models.map.storage.jpa.JpaAttributeEntityWithHashValue<JpaRoleEntity>
- 
- org.keycloak.models.map.storage.jpa.role.entity.JpaRoleAttributeEntity
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- JpaChildEntity<JpaRoleEntity>
 
 @Entity public class JpaRoleAttributeEntity extends JpaAttributeEntityWithHashValue<JpaRoleEntity> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description JpaRoleAttributeEntity()JpaRoleAttributeEntity(JpaRoleEntity root, String name, String value)
 
- 
- 
- 
Constructor Detail- 
JpaRoleAttributeEntitypublic JpaRoleAttributeEntity() 
 - 
JpaRoleAttributeEntitypublic JpaRoleAttributeEntity(JpaRoleEntity root, String name, String value) 
 
- 
 
-