|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProtectedRequestContext @WebServlet(value="/ws/level-0/internal/files") public interface FileService
Defines TM reachable services to query file details.
Method Summary | |
---|---|
FileDetails |
getFileDetails(FileIdentifier file)
Returns the file details for the given file. |
Collection<FileDetails> |
getFileDetailsList(BatchCollection<FileIdentifier> files)
Returns the file details list for the given files. |
Methods inherited from interface com.trendmicro.grid.acl.l0.PublicFileService |
---|
getFileInformation, getFileInformationList, getFilesTaggedWith, getMatchingFiles, getMatchingFilesInRange, isFileKnown, isFileKnownGood, isFilePureWhite, isFilesKnown, isFilesKnownGood, isFilesPureWhite, isFilesTaggedWith, isFilesTaggedWithAll, isFileTaggedWith, isFileTaggedWithAll |
Method Detail |
---|
@RequiredRoles(value={"access.details","access.protected.services","run.hash.queries"}) FileDetails getFileDetails(FileIdentifier file) throws AuthenticationException
getFileDetails
in interface PublicFileService
file
- The file to return the details for.
AuthenticationException
- In case of this service requires authentication and the current user session
is not authenticated or doesn't have the right to access the service.@ResponseWrapper(className="com.trendmicro.grid.acl.l0.wrappers.GetFileDetailsListResponse") @RequiredRoles(value={"access.details","access.protected.services","run.hash.queries"}) Collection<FileDetails> getFileDetailsList(BatchCollection<FileIdentifier> files) throws AuthenticationException
getFileDetailsList
in interface PublicFileService
files
- The files to return the details list for.
AuthenticationException
- In case of this service requires authentication and the current user session
is not authenticated or doesn't have the right to access the service.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |