Uses of Class
org.keycloak.models.jpa.entities.RoleAttributeEntity
- 
Packages that use RoleAttributeEntity Package Description org.keycloak.models.jpa.entities 
- 
- 
Uses of RoleAttributeEntity in org.keycloak.models.jpa.entitiesFields in org.keycloak.models.jpa.entities with type parameters of type RoleAttributeEntity Modifier and Type Field Description protected List<RoleAttributeEntity>RoleEntity. attributesMethods in org.keycloak.models.jpa.entities that return types with arguments of type RoleAttributeEntity Modifier and Type Method Description List<RoleAttributeEntity>RoleEntity. getAttributes()Method parameters in org.keycloak.models.jpa.entities with type arguments of type RoleAttributeEntity Modifier and Type Method Description voidRoleEntity. setAttributes(List<RoleAttributeEntity> attributes)
 
-