1 Reply Latest reply on Mar 21, 2019 3:25 AM by boa-ig

    In WildFly, is it possible to log in, once, at the task level, which uses multiple threads using remote access to the EJB?

    boa-ig

      Good day!

      Tell me please.

       

      Using:

      AuthenticationConfiguration common22 = AuthenticationConfiguration.empty();
      AuthenticationConfiguration igAuthUser22 = common22.useName("IG").usePassword("____");
      final AuthenticationContext authCtx122 = AuthenticationContext.empty().with(MatchRule.ALL, igAuthUser22);

       

      I have to log in to each thread that uses remote access.

       

      In WildFly, is it possible to log in, once, at the task level, which uses multiple threads using remote access to the EJB?