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