Package | Description |
---|---|
com.caucho.server.security |
Modifier and Type | Method and Description |
---|---|
AuthorizationResult |
PermitEmptyRolesConstraint.isAuthorized(HttpServletRequest request,
HttpServletResponse response,
ServletContext application) |
AuthorizationResult |
IPConstraint.isAuthorized(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Returns true if the user is authorized for the resource.
|
AuthorizationResult |
TransportConstraint.isAuthorized(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Returns true if the user is authorized for the resource.
|
abstract AuthorizationResult |
AbstractConstraint.isAuthorized(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Returns true if the user is authorized for the resource.
|
AuthorizationResult |
RoleConstraint.isAuthorized(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Returns true if the user is authorized for the resource.
|
AuthorizationResult |
ContainerConstraint.isAuthorized(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Returns true if the user is authorized for the resource.
|
static AuthorizationResult |
AuthorizationResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationResult[] |
AuthorizationResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|