Class ElytronRESPAuthenticator

  • All Implemented Interfaces:
    Closeable, AutoCloseable, org.infinispan.server.resp.Authenticator

    public class ElytronRESPAuthenticator
    extends Object
    implements org.infinispan.server.resp.Authenticator
    Since:
    14.0
    • Constructor Detail

      • ElytronRESPAuthenticator

        public ElytronRESPAuthenticator​(String name)
    • Method Detail

      • init

        public static void init​(org.infinispan.server.resp.configuration.RespServerConfiguration configuration,
                                ServerConfiguration serverConfiguration,
                                org.infinispan.util.concurrent.BlockingManager blockingManager)
      • authenticate

        public CompletionStage<Subject> authenticate​(String username,
                                                     char[] password)
        Specified by:
        authenticate in interface org.infinispan.server.resp.Authenticator