aerogear-security 1.0.1

org.jboss.aerogear.security.exception
Class HttpExceptionMapper

java.lang.Object
  extended by org.jboss.aerogear.security.exception.HttpExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<Throwable>

Deprecated.

@Provider
@Deprecated
public class HttpExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<Throwable>

Maps security exceptions to HTTP responses


Constructor Summary
HttpExceptionMapper()
          Deprecated.  
 
Method Summary
 javax.ws.rs.core.Response toResponse(Throwable exception)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpExceptionMapper

public HttpExceptionMapper()
Deprecated. 
Method Detail

toResponse

public javax.ws.rs.core.Response toResponse(Throwable exception)
Deprecated. 
Specified by:
toResponse in interface javax.ws.rs.ext.ExceptionMapper<Throwable>
Parameters:
exception - Authentication/Authorization exceptions
Returns:
HTTP response code

aerogear-security 1.0.1

Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.