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