Uses of Class
com.trendmicro.grid.acl.PublicRequestContext

Packages that use PublicRequestContext
com.trendmicro.grid.acl.l0 ENTRY POINT: Defines all "level-0" frontend GRID interfaces and implementations for SOAP & REST services. 
 

Uses of PublicRequestContext in com.trendmicro.grid.acl.l0
 

Classes in com.trendmicro.grid.acl.l0 with annotations of type PublicRequestContext
 interface PublicAuthenticationService
          Service interface allowing users to authenticate their session.
 interface PublicCategoryService
          Defines public reachable services to query categories and views.
 interface PublicFileService
          Defines public reachable services to query file details.
 interface PublicPackageService
          Defines package related web services, accessible to the outside world.
 interface PublicReportService
          Defines a public service to report file accesses.
 

Methods in com.trendmicro.grid.acl.l0 with annotations of type PublicRequestContext
 NameListPage PublicPackageService.getMatchingPackageNames(String tagExpression, String tagExpressionVersion, int pageNumber)
          Returns all known packages that are matched by the given tag expression.
 NameListPage PublicPackageService.getMatchingPackageNamesInRange(String tagExpression, String tagExpressionVersion, Range range, int pageNumber)
          Returns all known packages that are matched by the given tag expression and are in the given range.
 NameListPage PublicPackageService.getPackageNamesTaggedWith(String[] tags, int pageNumber)
          Returns all known package names that are tagged with the given list of tags.