public abstract class HttpActionContext extends Object
| Constructor and Description |
|---|
HttpActionContext() |
| Modifier and Type | Method and Description |
|---|---|
static HttpActionContext |
getInstance() |
abstract Object |
getRequest() |
abstract Object |
getResponse() |
abstract Principal |
getUserPrincipal() |
abstract boolean |
isUserInRole(String role) |
public static HttpActionContext getInstance()
public abstract Object getRequest()
public abstract Object getResponse()
public abstract Principal getUserPrincipal()
public abstract boolean isUserInRole(String role)
Copyright © 2010–2016. All rights reserved.