org.jboss.errai.security.server.jaxrs
Class UnauthorizedExceptionMapper
java.lang.Object
org.jboss.errai.security.server.jaxrs.UnauthorizedExceptionMapper
- All Implemented Interfaces:
- javax.ws.rs.ext.ExceptionMapper<UnauthorizedException>
@Provider
public class UnauthorizedExceptionMapper
- extends Object
Method Summary |
javax.ws.rs.core.Response |
toResponse(E exception)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnauthorizedExceptionMapper
public UnauthorizedExceptionMapper()
toResponse
public javax.ws.rs.core.Response toResponse(E exception)
- Specified by:
toResponse
in interface javax.ws.rs.ext.ExceptionMapper<E extends SecurityException>
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.