Class AuthenticationExceptionMapper

java.lang.Object
io.confluent.kafkarest.exceptions.AuthenticationExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<io.confluent.security.authentication.AuthenticationException>

public final class AuthenticationExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<io.confluent.security.authentication.AuthenticationException>
  • Constructor Details

    • AuthenticationExceptionMapper

      public AuthenticationExceptionMapper()
  • Method Details

    • toResponse

      public jakarta.ws.rs.core.Response toResponse(io.confluent.security.authentication.AuthenticationException e)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<io.confluent.security.authentication.AuthenticationException>