Package org.apache.juneau.examples.rest
Class AdminGuard
java.lang.Object
org.apache.juneau.rest.guard.RestGuard
org.apache.juneau.examples.rest.AdminGuard
Sample guard that only lets administrators through.
 
See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturnstrue if the specified request can pass through this guard.
- 
Constructor Details- 
AdminGuardpublic AdminGuard()
 
- 
- 
Method Details- 
isRequestAllowedDescription copied from class:RestGuardReturnstrue if the specified request can pass through this guard.- Specified by:
- isRequestAllowedin class- RestGuard
- Parameters:
- req- The servlet request.
- Returns:
- true if the specified request can pass through this guard.
 
 
-