Index

A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes All Packages

A

AbstractContextualDeserializer<T> - Class in tenapull.data.deserialize
Implementation of Jackson's JsonDeserializer and ContextualDeserializer which obtains the intended target type of the data to be deserialized through Jackson's ContextualDeserializer.createContextual method.
AbstractContextualDeserializer() - Constructor for class tenapull.data.deserialize.AbstractContextualDeserializer
 
AbstractContextualPojoDeserializer<POJO extends DbPojo,​DAO extends Dao<POJO>> - Class in tenapull.data.deserialize
Further implementation of AbstractContextualDeserializer that is specific to POJOs, and which also obtains the appropriate Dao for the pojo type provided
AbstractContextualPojoDeserializer() - Constructor for class tenapull.data.deserialize.AbstractContextualPojoDeserializer
 
AbstractPojoLookupDao<POJO extends DbPojo> - Class in tenapull.data.persistence
Abstract dao which implements some methods and functionality common to all lookup daos
AbstractPojoLookupDao(Class<POJO>) - Constructor for class tenapull.data.persistence.AbstractPojoLookupDao
Instantiates a new Abstract pojo lookup dao.
ACCEPT_ANY_SSL - Static variable in class tenapull.client.NessusClient
Whether to accept any SSL certificate
AcceptAnySSL - Class in tenapull.client
Static utility class for constructing a Jersey client that accepts any SSL certificate
Acl - Class in tenapull.data.entity.objectLookup
Represents a reusable "object lookup", for an acl object returned from the Nessus API at /scans/<scan-id>
Acl() - Constructor for class tenapull.data.entity.objectLookup.Acl
 
add(K) - Method in class tenapull.sync.InstancesTracker.KeySet
 
addAfterDone(Job) - Method in class tenapull.run.DbManagerJob.Child
Add a regular job (non-child job) to be run after the current dbManager job has finished
addAll(Collection<? extends K>) - Method in class tenapull.sync.InstancesTracker.KeySet
 
addCurrentChildJob(DbManagerJob.Child) - Method in class tenapull.run.DbManagerJob.Child
Add a child job to the list of child jobs to be run by the current dbManager
addDbTask(Runnable) - Method in class tenapull.run.DbManagerJob.Child
Add db task to run in the current dbManager job
AddHostId - Class in tenapull.data.deserialize
Used by ScanHostResponse in its list of Vulnerabilities, to include the Nessus host_id within each Vulnerability, in order to imitate the Nessus API.
AddHostId() - Constructor for class tenapull.data.deserialize.AddHostId
 
addJob(Job) - Method in class tenapull.run.Job
Adds a new job to the readyJobs queue or delayedJobs queue (depending on its tryAtTime).
addJobs(Collection<Job>) - Method in class tenapull.run.Job
Adds a list of new jobs to the readyJobs queue or delayedJobs queue (depending on their tryAtTime).
addToNextDbJobs(DbManagerJob.Child) - Method in class tenapull.run.DbManagerJob.Child
Add child job to be run by the next dbManager that will be run after the current dbManager has finished all of its child jobs and dbTasks.
ALGORITHM - Static variable in class tenapull.data.persistence.Hash
The algorithm which we are using -- SHA-512
API_URL - Static variable in class tenapull.client.NessusClient
Url of the Nessus installation's API which will be queried
ARRAY_KEY - Static variable in class tenapull.data.entity.objectLookup.RefInformation
The key for the array of PluginRefInformations
ARRAY_KEY - Static variable in class tenapull.data.entity.objectLookup.RefValues
The key for the array of PluginRefValues
ARRAY_KEY - Static variable in class tenapull.data.entity.scan.ScanPrioritization
The key for the array of plugins, as needed by the NestJsonArray abstract super class
ARRAY_KEY - Static variable in class tenapull.data.entity.scan.SeverityCount
The key for the array of SeverityLevelCounts, as needed by the NestedJsonArray abstract super class
A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes All Packages