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