Package com.trendmicro.grid.acl

ENTRY POINT: Defines the main entry classes of the ACL.

See:
          Description

Interface Summary
Limits Describes the global configurable or compile time limits that exist inside the ACL.
PublicServiceDiscovery Defines a trivial service to discover all running Access Layer instances.
RestService ENTRY POINT: Groups all REST services.
Service ENTRY POINT: Groups all web-services under one interface.
ServiceConstants Defines general constants (e.g.
 

Class Summary
ApiKeyHandlingFilter Implements a filter that parses UUID-based API keys in requested URLs.
ErrorRedirectionFilter Filters web requests and redirects on errors to a configurable error page.
StringCaches Singleton that holds all used string caches.
 

Enum Summary
WellKnownTags Defines a set of tags that are known and used by the ACL.
 

Annotation Types Summary
ProcessingContext Defines a marker for implementations that run inside the private processing context.
ProtectedRequestContext Defines a marker for implementations that run inside the public request context.
PublicRequestContext Defines a marker for implementations that run inside the public request context.
RequiredRoles Defines the required list of user roles that must be present in order to run a method holding this annotation.
 

Package com.trendmicro.grid.acl Description

ENTRY POINT: Defines the main entry classes of the ACL.