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