Class SecurityExceptionMapper
java.lang.Object
com.tangosol.coherence.rest.providers.SecurityExceptionMapper
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<SecurityException>
@Provider
public class SecurityExceptionMapper
extends Object
implements jakarta.ws.rs.ext.ExceptionMapper<SecurityException>
Maps SecurityExceptions to 403: Forbidden response.
- Author:
- as 2012.01.12
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SecurityExceptionMapper
public SecurityExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfacejakarta.ws.rs.ext.ExceptionMapper<SecurityException>
-