Uses of Class
org.keycloak.models.jpa.entities.UserFederationMapperEntity
-
Packages that use UserFederationMapperEntity Package Description org.keycloak.models.jpa.entities -
-
Uses of UserFederationMapperEntity in org.keycloak.models.jpa.entities
Methods in org.keycloak.models.jpa.entities that return types with arguments of type UserFederationMapperEntity Modifier and Type Method Description Collection<UserFederationMapperEntity>
RealmEntity. getUserFederationMappers()
Method parameters in org.keycloak.models.jpa.entities with type arguments of type UserFederationMapperEntity Modifier and Type Method Description void
RealmEntity. setUserFederationMappers(Collection<UserFederationMapperEntity> userFederationMappers)
-