Class ElytronHTTPAuthenticator

java.lang.Object
org.infinispan.server.security.ElytronHTTPAuthenticator
All Implemented Interfaces:
Closeable, AutoCloseable, org.infinispan.rest.authentication.RestAuthenticator

public class ElytronHTTPAuthenticator extends Object implements org.infinispan.rest.authentication.RestAuthenticator
Since:
10.0
Author:
Tristan Tarrant <tristan@infinispan.org>
  • Constructor Details

  • Method Details

    • init

      public static void init(org.infinispan.rest.configuration.RestServerConfiguration configuration, ServerConfiguration serverConfiguration)
    • init

      public void init(ServerConfiguration serverConfiguration)
    • challenge

      public CompletionStage<org.infinispan.rest.framework.RestResponse> challenge(org.infinispan.rest.framework.RestRequest request, io.netty.channel.ChannelHandlerContext ctx)
      Specified by:
      challenge in interface org.infinispan.rest.authentication.RestAuthenticator
    • init

      public void init(org.infinispan.rest.RestServer restServer)
      Specified by:
      init in interface org.infinispan.rest.authentication.RestAuthenticator
    • isReadyForHttpChallenge

      public boolean isReadyForHttpChallenge()
      Specified by:
      isReadyForHttpChallenge in interface org.infinispan.rest.authentication.RestAuthenticator
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface org.infinispan.rest.authentication.RestAuthenticator