Interface KeycloakChallenge


  • public interface KeycloakChallenge
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.undertow.security.api.AuthenticationMechanism.ChallengeResult sendChallenge​(io.undertow.server.HttpServerExchange httpServerExchange, io.undertow.security.api.SecurityContext securityContext)  
    • Method Detail

      • sendChallenge

        io.undertow.security.api.AuthenticationMechanism.ChallengeResult sendChallenge​(io.undertow.server.HttpServerExchange httpServerExchange,
                                                                                       io.undertow.security.api.SecurityContext securityContext)