aerogear-security 1.3.1

Uses of Class
org.jboss.aerogear.security.exception.HttpStatus

Packages that use HttpStatus
org.jboss.aerogear.security.exception   
 

Uses of HttpStatus in org.jboss.aerogear.security.exception
 

Methods in org.jboss.aerogear.security.exception that return HttpStatus
static HttpStatus HttpStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpStatus[] HttpStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jboss.aerogear.security.exception with parameters of type HttpStatus
AeroGearSecurityException(HttpStatus httpStatus)
          Constructs a new AeroGearSecurityException with HTTP status response mapped from the supplied exception at HttpExceptionMapper.
 


aerogear-security 1.3.1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.