Uses of Class
org.keycloak.models.jpa.entities.RealmAttributeEntity
- 
Packages that use RealmAttributeEntity Package Description org.keycloak.models.jpa.entities 
- 
- 
Uses of RealmAttributeEntity in org.keycloak.models.jpa.entitiesMethods in org.keycloak.models.jpa.entities that return types with arguments of type RealmAttributeEntity Modifier and Type Method Description Collection<RealmAttributeEntity>RealmEntity. getAttributes()Method parameters in org.keycloak.models.jpa.entities with type arguments of type RealmAttributeEntity Modifier and Type Method Description voidRealmEntity. setAttributes(Collection<RealmAttributeEntity> attributes)
 
-