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.entities
Fields in org.keycloak.models.jpa.entities with type parameters of type GroupAttributeEntity Modifier and Type Field Description protected Collection<GroupAttributeEntity>
GroupEntity. attributes
Methods 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 void
GroupEntity. setAttributes(Collection<GroupAttributeEntity> attributes)
-