|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.caucho.http.security.AbstractConstraint | +--com.caucho.http.security.TransportConstraint
Constructor Summary | |
TransportConstraint()
|
Method Summary | |
boolean |
isAuthorized(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Returns true if the user is authorized for the resource. |
void |
setTransportGuarantee(java.lang.String transportGuarantee)
|
Methods inherited from class com.caucho.http.security.AbstractConstraint |
needsAuthentication |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TransportConstraint()
Method Detail |
public void setTransportGuarantee(java.lang.String transportGuarantee)
public boolean isAuthorized(HttpServletRequest request, HttpServletResponse response, ServletContext application) throws ServletException, java.io.IOException
isAuthorized
in class AbstractConstraint
com.caucho.http.security.AbstractConstraint
request
- the servlet requestresponse
- the servlet response
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |