Uses of Class
org.apache.juneau.rest.guard.RestGuard
Packages that use RestGuard
Package
Description
REST Server API
REST Guards
-
Uses of RestGuard in org.apache.juneau.examples.rest
Subclasses of RestGuard in org.apache.juneau.examples.restModifier and TypeClassDescriptionclass
Sample guard that only lets administrators through. -
Uses of RestGuard in org.apache.juneau.rest
Methods in org.apache.juneau.rest with parameters of type RestGuardModifier and TypeMethodDescriptionAdds one or more guards to this operation. -
Uses of RestGuard in org.apache.juneau.rest.guard
Subclasses of RestGuard in org.apache.juneau.rest.guardModifier and TypeClassDescriptionclass
RestGuard
that uses role expressions to determine whether an authenticated user has access to a class or method.Methods in org.apache.juneau.rest.guard that return RestGuardMethods in org.apache.juneau.rest.guard with parameters of type RestGuardModifier and TypeMethodDescriptionAppends the specified rest matcher objects to the list.