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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsetoResponse(io.confluent.security.authentication.AuthenticationException e)
-
Constructor Details
-
AuthenticationExceptionMapper
public AuthenticationExceptionMapper()
-
-
Method Details
-
toResponse
public jakarta.ws.rs.core.Response toResponse(io.confluent.security.authentication.AuthenticationException e) - Specified by:
toResponsein interfacejakarta.ws.rs.ext.ExceptionMapper<io.confluent.security.authentication.AuthenticationException>
-