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
All Classes All Packages
All Classes All Packages
G
- GeneratedIdPojo - Class in tenapull.data.entity.template
-
Represents POJOs with extensible JSON and a generated surrogate primary key id
- GeneratedIdPojo() - Constructor for class tenapull.data.entity.template.GeneratedIdPojo
- GenericClient - Class in tenapull.client
-
Abstract generic client with methods for fetching resources at URLS, adding HTTP headers, and JSON deserialization
- GenericClient(boolean) - Constructor for class tenapull.client.GenericClient
-
Instantiates a new Generic client.
- get() - Static method in class tenapull.data.deserialize.SplunkOutputMapper
-
Get the Splunk output mapper for the current thread
- get() - Method in class tenapull.sync.WeakInstancesTracker.WeakRef
-
Get the key which this references, or null if it has been GC'd
- get(Class<P>) - Static method in class tenapull.data.persistence.Dao
-
Get the dao for the provided pojo type
- get(Class<P>) - Static method in class tenapull.data.persistence.HashLookupDao
-
Get HashLookupDao for the provided pojo type.
- get(Class<P>) - Static method in class tenapull.data.persistence.MapLookupDao
-
Get the MapLookupDao for the provided pojo type
- get(Class<P>) - Static method in class tenapull.data.persistence.SimpleStringLookupDao
-
Gets the representing the provided SimpleStringLookupPojo type
- get(Class<P>) - Static method in class tenapull.data.persistence.StringHashLookupDao
-
Get the StringHashLookupDao which represents the provided StringHashLookUpPojo type
- get(Object) - Method in class tenapull.util.RecursiveMap
- get(Object) - Method in class tenapull.util.ReverseMap
- get(String) - Method in class tenapull.data.entity.objectLookup.ExtraJson
-
Get the json node in the value map at the provided key
- get(K) - Method in class tenapull.sync.InstancesTracker
-
Get the instance associated with the provided key
- get(K) - Method in class tenapull.sync.WeakInstancesTracker
-
Returns the instance associated with the provided key
- get(Lambda1<I, Boolean>) - Method in class tenapull.sync.InstancesTracker
-
Applies a filter lambda to the entire set of instances, and returns a list of the instances for which the lambda returns true.
- get(Lambda1<I, Boolean>) - Method in class tenapull.sync.WeakInstancesTracker
-
Wraps InstancesTracker.get
- get(Lambda1<I, Boolean>, int) - Method in class tenapull.sync.InstancesTracker
-
Applies a filter lambda to the entire set of instances, and returns a list of the instances for which the lambda returns true, stopping after the providing limit is reached.
- get(Lambda1<I, Boolean>, int) - Method in class tenapull.sync.WeakInstancesTracker
-
Wraps InstancesTracker.get
- get_hash() - Method in class tenapull.data.entity.objectLookup.ExtraJson
- get_hash() - Method in class tenapull.data.entity.objectLookup.ExtraJson.JsonMap
-
Calculates the hash of the JsonMap if it is not already calculated, or returns the pre-calculated hash if it was calculated.
- get_hash() - Method in interface tenapull.data.entity.template.HashLookupPojo
-
Get the _hash of the "object lookup" pojo used for indexing it.
- get_hash() - Method in class tenapull.data.entity.template.HashLookupTemplate
- get_hash() - Method in class tenapull.data.entity.template.StringHashLookupPojo
-
Generates the SHA-512 hash of the lookup value if it does not exist, or returns the already-existing hash if it does.
- getAccessMap() - Method in class tenapull.data.persistence.Dao
-
Gets or constructs the map of attribute accessors from Hibernate
- getAccessor() - Method in class tenapull.run.Job
-
Gets the accessor, which will be provided only to the main thread and only once.
- getAcls() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets acls.
- getAgeOfVuln() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets age of vuln.
- getAll() - Method in class tenapull.data.persistence.Dao
-
Return a list of all POJOs
- getAltTargetsUsed() - Method in class tenapull.data.entity.scan.ScanHistory
-
Gets alt targets used.
- getAltTargetsUsed() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets alt targets used.
- getArrayKey() - Method in class tenapull.data.deserialize.NestedJsonArray
-
Method that must be implemented by concrete subclasses, providing the JSON key for the array this object wraps.
- getArrayKey() - Method in class tenapull.data.entity.objectLookup.RefInformation
- getArrayKey() - Method in class tenapull.data.entity.objectLookup.RefValues
- getArrayKey() - Method in class tenapull.data.entity.scan.ScanPrioritization
- getArrayKey() - Method in class tenapull.data.entity.scan.SeverityCount
- getAttributeMap() - Method in class tenapull.data.persistence.Dao
-
Gets or constructs the map of pojo attributes from Hibernate
- getByHash(Hash) - Method in class tenapull.data.persistence.HashLookupDao
-
Gets the canonical instance representing the provided hash, if one exists
- getById(int) - Method in class tenapull.data.persistence.Dao
-
Get POJO by id
- getCert() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets cert.
- getCircularKeys() - Method in class tenapull.util.RecursiveMap
-
Gets circular keys.
- getConfig() - Static method in class tenapull.run.Main
-
Gets a copy of the application config, as parsed from the filename provided in the command line arg[0]
- getConfig(String) - Static method in class tenapull.run.Main
- getConnection() - Static method in class tenapull.util.Database
-
Gets connection.
- getConstruct() - Method in class tenapull.sync.InstancesTracker
-
Gets the default construct lambda, provided at the construction of this instances tracker
- getControl() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets control.
- getCount() - Method in class tenapull.data.entity.objectLookup.SeverityLevelCount
-
Gets count.
- getCount() - Method in class tenapull.data.entity.objectLookup.Vulnerability
-
Gets count.
- getCounter() - Static method in class tenapull.data.persistence.MultiTypeWrapper
-
Gets the number of instances constructed total, including ones which may have been GC'd
- getCpe() - Method in class tenapull.data.entity.objectLookup.PluginVulnInformation
-
Gets cpe.
- getCpe() - Method in class tenapull.data.entity.objectLookup.Vulnerability
-
Gets cpe.
- getCreationDate() - Method in class tenapull.data.entity.scan.Scan
-
Gets creation date.
- getCreationDate() - Method in class tenapull.data.entity.scan.ScanHistory
-
Gets creation date.
- getCritical() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets critical.
- getCurrentJob() - Method in class tenapull.run.Job.Accessor
-
Gets the job which this accessor represents
- getCurrentReadThreads() - Method in class tenapull.sync.ReadWriteLock
-
Gets an unmodifiable view of the set of threads currently holding a read lock on this ReadWriteLock
- getCurrentSeverityBase() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets current severity base.
- getCurrentSeverityBaseValue() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets current severity base value.
- getCurrentWriteThread() - Method in class tenapull.sync.ReadWriteLock
-
Returns the thread that currently holds the write lock on this ReadWriteLock, if any
- getCustom() - Method in class tenapull.data.entity.scan.Folder
-
Gets custom.
- getCvss3BaseScore() - Method in class tenapull.data.entity.objectLookup.PluginRiskInformation
-
Gets cvss 3 base score.
- getCvss3TemporalScore() - Method in class tenapull.data.entity.objectLookup.PluginRiskInformation
-
Gets cvss 3 temporal score.
- getCvss3TemporalVector() - Method in class tenapull.data.entity.objectLookup.PluginRiskInformation
-
Gets cvss 3 temporal vector.
- getCvss3Vector() - Method in class tenapull.data.entity.objectLookup.PluginRiskInformation
-
Gets cvss 3 vector.
- getCvssBaseScore() - Method in class tenapull.data.entity.objectLookup.PluginRiskInformation
-
Gets cvss base score.
- getCvssScoreSource() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets cvss score source.
- getCvssTemporalScore() - Method in class tenapull.data.entity.objectLookup.PluginRiskInformation
-
Gets cvss temporal score.
- getCvssTemporalVector() - Method in class tenapull.data.entity.objectLookup.PluginRiskInformation
-
Gets cvss temporal vector.
- getCvssV3ImpactScore() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets cvss v 3 impact score.
- getCvssVector() - Method in class tenapull.data.entity.objectLookup.PluginRiskInformation
-
Gets cvss vector.
- getDefaultTag() - Method in class tenapull.data.entity.scan.Folder
-
Gets default tag.
- getDependency() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets dependency.
- getDescription() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets description.
- getDetails() - Method in interface tenapull.data.deserialize.SummarySerializer.Summary
-
Gets the "details" or "info" entity from the DB
- getDetails() - Method in class tenapull.data.entity.scan.ScanRemediation
-
Gets details.
- getDetails() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput.ScanHostSummary
- getDetails() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput.ScanSummary
- getDetailsKey() - Method in interface tenapull.data.deserialize.SummarySerializer.Summary
-
Get the key to be used for the "details" entity.
- getDisplay() - Method in class tenapull.data.entity.objectLookup.SeverityBase
- getDisplayName() - Method in class tenapull.data.entity.objectLookup.Acl
-
Gets display name.
- getErrorStatus() - Static method in class tenapull.run.Main
-
Gets whether the error status flag has been marked.
- getExploitabilityEase() - Method in class tenapull.data.entity.objectLookup.PluginVulnInformation
-
Gets exploitability ease.
- getExploitableVulns() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets exploitable vulns.
- getExploitAvailable() - Method in class tenapull.data.entity.objectLookup.PluginVulnInformation
-
Gets exploit available.
- getExploitCodeMaturity() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets exploit code maturity.
- getExtraJson() - Method in class tenapull.data.deserialize.NestedJsonArray
-
Converts the ObjectNode representing the wrapper's extra json (usually obtained from the parent entity) into a Map for use by the serializer
- getExtraJson() - Method in class tenapull.data.entity.template.ExtensibleJsonPojo
-
Gets extra json.
- getExtraJson(String) - Method in class tenapull.data.entity.template.ExtensibleJsonPojo
-
Gets extra json for a specific key
- getExtraJsonMap() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
- getExtraJsonMap() - Method in class tenapull.data.entity.objectLookup.PluginRefInformation
- getExtraJsonMap() - Method in class tenapull.data.entity.response.ScanResponse
- getExtraJsonMap() - Method in class tenapull.data.entity.scan.ScanHost
- getExtraJsonMap() - Method in class tenapull.data.entity.template.ExtensibleJsonPojo
-
Gets extra json map for serialization
- getFilename() - Method in class tenapull.data.entity.splunk.HostOutput
- getFname() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets fname.
- getFolder() - Method in class tenapull.data.entity.scan.ScanInfo
-
Standard getters/setters below
- getFolderId() - Method in class tenapull.data.entity.scan.Scan
-
Gets folder id.
- getFolders() - Method in class tenapull.data.entity.response.IndexResponse
- getGetterMap() - Method in class tenapull.data.persistence.Dao
-
Gets or creates the map of attribute getters from Hibernate
- getHasAuditTrail() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets has audit trail.
- getHaskb() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets haskb.
- getHigh() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets high.
- getHistory() - Method in class tenapull.data.entity.response.ScanResponse
-
Gets history.
- getHistoryId() - Method in class tenapull.data.entity.scan.ScanHistory
-
Gets history id.
- getHost() - Method in class tenapull.data.entity.response.ScanHostResponse
-
Gets host.
- getHost() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput
- getHostCount() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets host count.
- getHostCount() - Method in class tenapull.data.entity.scan.ScanPlugin
- getHostEnd() - Method in class tenapull.data.entity.host.ScanHostInfo
-
Gets host end.
- getHostFqdn() - Method in class tenapull.data.entity.host.ScanHostInfo
-
Gets host fqdn.
- getHostFqdn() - Method in class tenapull.data.entity.objectLookup.PluginHost
-
Gets host fqdn.
- getHostId() - Method in class tenapull.data.entity.objectLookup.PluginHost
-
Gets host id.
- getHostId() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets host id.
- getHostIndex() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets host index.
- getHostIp() - Method in class tenapull.data.entity.host.ScanHostInfo
-
Gets host ip.
- getHostIp() - Method in class tenapull.data.entity.objectLookup.PluginHost
-
Gets host ip.
- getHostname() - Method in class tenapull.data.entity.objectLookup.PluginHost
-
Gets hostname.
- getHostname() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets hostname.
- getHostOutput() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput
- getHosts() - Method in class tenapull.data.entity.response.ScanResponse
-
Gets hosts.
- getHosts() - Method in class tenapull.data.entity.scan.ScanPlugin
- getHosts() - Method in class tenapull.data.entity.scan.ScanRemediation
-
Gets hosts.
- getHostStart() - Method in class tenapull.data.entity.host.ScanHostInfo
-
Gets host start.
- getHostsVulns() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets hosts vulns.
- getIava() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets iava.
- getId() - Method in class tenapull.data.entity.objectLookup.ExtraJson
- getId() - Method in class tenapull.data.entity.scan.ScanPlugin
- getId() - Method in class tenapull.data.entity.scan.ScanRemediation
- getId() - Method in class tenapull.data.entity.splunk.HostOutput
- getId() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput
- getId() - Method in interface tenapull.data.entity.template.DbPojo
-
Get the surrogate or natural primary key id for the lookup
- getId() - Method in class tenapull.data.entity.template.GeneratedIdPojo
- getId() - Method in class tenapull.data.entity.template.NaturalIdPojo
- getId() - Method in class tenapull.data.entity.template.SimpleStringLookupPojo
-
Get the surrogate primary key id for the lookup
- getId() - Method in class tenapull.data.entity.template.StringHashLookupPojo
-
Get the surrogate primary key id for the lookup
- getIdMap() - Method in class tenapull.data.persistence.Dao
-
Gets or creates map of id fields from Hibernate
- getInfo() - Method in class tenapull.data.entity.response.ScanHostResponse
-
Gets info.
- getInfo() - Method in class tenapull.data.entity.response.ScanResponse
-
Gets info.
- getInfo() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets info.
- getInstance() - Method in exception tenapull.sync.InstancesTracker.UnrecognizedInstance
-
Gets instance.
- getInstances() - Method in class tenapull.sync.InstancesTracker
-
Gets the set of all instances constructed under the lock of this instancesTracker that haven't been GC'd
- getInstances() - Method in class tenapull.sync.WeakInstancesTracker
-
Wraps InstancesTracker.getInstances
- getInTheNews() - Method in class tenapull.data.entity.objectLookup.PluginVulnInformation
-
Gets in the news.
- getItem() - Method in class tenapull.data.entity.scan.SeverityCount
-
Gets item.
- getJavaType() - Method in class tenapull.data.deserialize.AbstractContextualDeserializer
-
Gets the JavaType provided by Jackson in the createContextual method
- getKey() - Method in exception tenapull.sync.InstancesTracker.CreateLockException
-
Gets key.
- getKey() - Method in exception tenapull.sync.InstancesTracker.NullInstanceArgument
-
Gets key.
- getKey() - Method in class tenapull.util.RecursiveMap
-
Gets key.
- getKey(Class<K>) - Method in exception tenapull.sync.InstancesTracker.NullInstanceArgument
-
Gets key.
- getKeysFor(I) - Method in class tenapull.sync.InstancesTracker
-
Gets all keys associated with the provided instance
- getKeysFor(I) - Method in class tenapull.sync.WeakInstancesTracker
-
Wraps InstancesTracker.getKeysFor
- getKeyType() - Method in class tenapull.util.KeyValueType
-
Gets key type.
- getKnownAccounts() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets known accounts.
- getLastModificationDate() - Method in class tenapull.data.entity.scan.Scan
-
Gets last modification date.
- getLastModificationDate() - Method in class tenapull.data.entity.scan.ScanHistory
-
Gets last modification date.
- getLicenseInfo() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets license info.
- getLimit() - Method in class tenapull.data.entity.objectLookup.License
-
Get limit.
- getList() - Method in class tenapull.data.deserialize.NestedJsonArray
-
Gets the list of child entities
- getLiveResults() - Method in class tenapull.data.entity.scan.Scan
-
Gets live results.
- getLogger() - Method in class tenapull.data.deserialize.AbstractContextualDeserializer
-
Gets the logger for the implemented deserializer class
- getLogger() - Method in class tenapull.data.deserialize.Lookup.Deserializer
- getLogger() - Method in class tenapull.data.persistence.Dao
-
Gets logger for the dao's pojo type.
- getLow() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets low.
- getMainJobType() - Static method in class tenapull.run.Main
- getMaxSizeToPrint() - Method in class tenapull.util.RecursiveMap
-
Gets max size to print.
- getMedium() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets medium.
- getMigrated() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets migrated.
- getName() - Method in interface tenapull.data.deserialize.SummarySerializer.Summary
-
Get the name of the entity being summarized
- getName() - Method in class tenapull.data.entity.objectLookup.Acl
-
Gets name.
- getName() - Method in class tenapull.data.entity.objectLookup.PluginRefInformation
-
Gets name.
- getName() - Method in class tenapull.data.entity.scan.Folder
-
Gets name.
- getName() - Method in class tenapull.data.entity.scan.Scan
-
Gets name.
- getName() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets name.
- getName() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput.ScanHostSummary
- getName() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput.ScanSummary
- getNameForNext() - Method in class tenapull.run.DbManagerJob
-
Gets the name set for the next dbManager job
- getNessusId() - Method in class tenapull.data.entity.objectLookup.Acl
-
Gets nessus id.
- getNetbiosName() - Method in class tenapull.data.entity.host.ScanHostInfo
-
Gets netbios name.
- getNewJobs() - Method in class tenapull.run.Job.Accessor
-
Gets new jobs.
- getNewTracker() - Method in exception tenapull.sync.InstancesTracker.TrackerDiscontinuedException
-
Gets the tracker that replaced the discontinued tracker
- getNextJob() - Method in class tenapull.run.JobFactory
-
For worker threads to obtain their job.
- getNodeHost() - Method in class tenapull.data.entity.scan.ScanHistory
-
Gets node host.
- getNodeHost() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets node host.
- getNodeId() - Method in class tenapull.data.entity.scan.ScanHistory
-
Gets node id.
- getNodeId() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets node id.
- getNodeName() - Method in class tenapull.data.entity.scan.ScanHistory
-
Gets node name.
- getNodeName() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets node name.
- getNoTarget() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets no target.
- getNumChecksConsidered() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets num checks considered.
- getNumCves() - Method in class tenapull.data.entity.scan.ScanRemediationsSummary
-
Gets num cves.
- getNumHosts() - Method in class tenapull.data.entity.scan.ScanRemediationsSummary
-
Gets num hosts.
- getNumImpactedHosts() - Method in class tenapull.data.entity.scan.ScanRemediationsSummary
-
Gets num impacted hosts.
- getNumRemediatedCves() - Method in class tenapull.data.entity.scan.ScanRemediationsSummary
-
Gets num remediated cves.
- getObject() - Method in class tenapull.data.persistence.MultiTypeWrapper
-
Gets the value which the MultiTypeWrapper is wrapping
- getObjectId() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets object id.
- getOffline() - Method in class tenapull.data.entity.objectLookup.Vulnerability
-
Gets offline.
- getOffline() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets offline.
- getOfflineCritical() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets offline critical.
- getOfflineHigh() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets offline high.
- getOfflineInfo() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets offline info.
- getOfflineLow() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets offline low.
- getOfflineMedium() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets offline medium.
- getOperatingSystem() - Method in class tenapull.data.entity.host.ScanHostInfo
-
Gets operating system.
- getOptionalId() - Method in interface tenapull.data.deserialize.SummarySerializer.Summary
-
Optionally returns an Integer id to be serialized as the first entry in the summary wrapper.
- getOptionalId() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput.ScanHostSummary
- getOptionalId() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput.ScanSummary
- getOrConstruct(K) - Method in class tenapull.sync.InstancesTracker
-
Gets the instance matching the provided key, or constructs it with the default construct-lambda provided in the InstancesTracker's constructor.
- getOrConstruct(K) - Method in class tenapull.sync.WeakInstancesTracker
-
Wraps InstancesTracker.getOrConstruct
- getOrConstructWith(K, Lambda1<K, I>) - Method in class tenapull.sync.InstancesTracker
-
Gets the instance matching the provided key, or constructs it with the provided custom construct-lambda, Note that even if the construct lambda runs, it is possible that a different instance will be returned by this method, if another thread overrides the instance associated with the key while the construct lambda is running.
- getOrConstructWith(K, Lambda1<K, I>) - Method in class tenapull.sync.WeakInstancesTracker
-
Wraps InstancesTracker.getOrConstructWith
- getOrCreate(String) - Method in class tenapull.data.persistence.SimpleStringLookupDao
- getOrCreate(String) - Method in class tenapull.data.persistence.StringHashLookupDao
- getOrCreate(String) - Method in interface tenapull.data.persistence.StringLookupDao
-
Gets or creates a string lookup pojo representing the provided string
- getOrCreate(List<POJO>) - Method in class tenapull.data.persistence.AbstractPojoLookupDao
-
Get or create the "canonical" pojos representing each of the the given pojos in the list
- getOrCreate(POJO) - Method in class tenapull.data.persistence.AbstractPojoLookupDao
-
Get or create the "canonical" pojo representing the pojo provided.
- getOrFetchScanResponse() - Method in class tenapull.data.entity.response.ScanHostResponse
-
Gets the scan response corresponding the scanHost this ScanHostResponse is related to.
- getOrigin() - Method in class tenapull.util.RecursiveMap
-
Gets origin.
- getOsesFound() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets oses found.
- getOther() - Method in interface tenapull.data.deserialize.SummarySerializer.Summary
-
Get any extra json to be included, or null if there is none
- getOther() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput.ScanHostSummary
- getOther() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput.ScanSummary
- getOutputTimestamp() - Method in class tenapull.data.entity.splunk.HostOutput
- getOwner() - Method in class tenapull.data.entity.objectLookup.Acl
-
Gets owner.
- getOwner() - Method in class tenapull.data.entity.scan.Scan
-
Gets owner.
- getOwnerId() - Method in class tenapull.data.entity.scan.ScanHistory
-
Gets owner id.
- getParams() - Method in class tenapull.util.Type
-
Gets a copy of the array of type params, or null if there are none
- getParent() - Method in class tenapull.data.deserialize.NestedJsonArray
-
Gets the parent POJO object
- getParentList(P) - Method in class tenapull.data.deserialize.NestedJsonArray
-
Method that must be implemented by concrete subclasses, which grabs the list of child entities from the parent object
- getParentList(PluginAttributes) - Method in class tenapull.data.entity.objectLookup.RefInformation
- getParentList(PluginRefInformation) - Method in class tenapull.data.entity.objectLookup.RefValues
- getParentList(ScanResponse) - Method in class tenapull.data.entity.scan.ScanPrioritization
- getParentList(ScanHost) - Method in class tenapull.data.entity.scan.SeverityCount
- getParents() - Method in class tenapull.util.RecursiveMap
-
Gets parents.
- getPatchPublicationDate() - Method in class tenapull.data.entity.objectLookup.PluginVulnInformation
-
Gets patch publication date.
- getPciCanUpload() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets pci can upload.
- getPermissions() - Method in class tenapull.data.entity.objectLookup.Acl
-
Gets permissions.
- getPlugin() - Method in class tenapull.data.entity.scan.ScanPlugin
- getPlugin() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput
- getPluginAttributes() - Method in class tenapull.data.entity.objectLookup.Plugin
-
Gets plugin attributes.
- getPluginBestGuess() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput
- getPluginFamily() - Method in class tenapull.data.entity.objectLookup.Plugin
-
Gets plugin family.
- getPluginFamily() - Method in class tenapull.data.entity.objectLookup.PluginInformation
-
Gets plugin family.
- getPluginFamily() - Method in class tenapull.data.entity.objectLookup.Vulnerability
-
Gets plugin family.
- getPluginId() - Method in class tenapull.data.entity.objectLookup.Plugin
-
Gets plugin id.
- getPluginId() - Method in class tenapull.data.entity.objectLookup.PluginInformation
-
Gets plugin id.
- getPluginId() - Method in class tenapull.data.entity.objectLookup.Vulnerability
-
Gets plugin id.
- getPluginInformation() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets plugin information.
- getPluginModificationDate() - Method in class tenapull.data.entity.objectLookup.PluginInformation
-
Gets plugin modification date.
- getPluginName() - Method in class tenapull.data.entity.objectLookup.Plugin
-
Gets plugin name.
- getPluginName() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets plugin name.
- getPluginName() - Method in class tenapull.data.entity.objectLookup.Vulnerability
-
Gets plugin name.
- getPluginPublicationDate() - Method in class tenapull.data.entity.objectLookup.PluginInformation
-
Gets plugin publication date.
- getPlugins() - Method in class tenapull.data.entity.response.ScanResponse
-
Gets plugins.
- getPlugins() - Method in class tenapull.data.entity.scan.ScanPrioritization
-
Gets plugins.
- getPluginType() - Method in class tenapull.data.entity.objectLookup.PluginInformation
-
Gets plugin type.
- getPluginVersion() - Method in class tenapull.data.entity.objectLookup.PluginInformation
-
Gets plugin version.
- getPluginVulnInformation() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets plugin vuln information.
- getPojoType() - Method in class tenapull.data.persistence.Dao
-
Gets pojo type for the dao.
- getPojoType() - Method in exception tenapull.data.persistence.DbException
-
Gets pojo type.
- getPolicy() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets policy.
- getPolicyTemplateUuid() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets policy template uuid.
- getPrimaryType() - Method in class tenapull.data.persistence.MultiTypeWrapper
-
Gets primary type for a MultiTypeWrapper
- getPrimaryType(Object) - Static method in class tenapull.data.persistence.MultiTypeWrapper
-
Gets the primary type of a provided object
- getPrimaryTypeWithChar(Object) - Static method in class tenapull.data.persistence.MultiTypeWrapper
-
Gets the primary type based on the character prefix from the DB
- getPrioritization() - Method in class tenapull.data.entity.response.ScanResponse
-
Gets prioritization.
- getProductCoverage() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets product coverage.
- getProgress() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets progress.
- getRef() - Method in class tenapull.data.entity.objectLookup.RefInformation
-
Gets list of pluginRefInformations
- getRef_information() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets ref information.
- getRefInformation() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets ref information.
- getRemediation() - Method in class tenapull.data.entity.objectLookup.RemediationDetails
- getRemediations() - Method in class tenapull.data.entity.response.ScanResponse
-
Gets remediations.
- getRemediations() - Method in class tenapull.data.entity.scan.ScanRemediationsSummary
-
Gets the list of remediations.
- getRemediationsList() - Method in class tenapull.data.entity.response.ScanResponse
-
Gets remediations list.
- getRequiredKey() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets required key.
- getRequiredPort() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets required port.
- getResponse() - Method in class tenapull.client.GenericClient
-
Gets the last response string fetched by this client.
- getResponse() - Method in class tenapull.data.entity.response.NessusResponse.MultiChildTemplate
- getResponse() - Method in interface tenapull.data.entity.response.NessusResponse.ResponseChild
-
Gets parent response.
- getResponse() - Method in class tenapull.data.entity.response.NessusResponse.SingleChildTemplate
- getResponse() - Method in class tenapull.data.entity.scan.ScanPlugin
- getResponse() - Method in class tenapull.data.entity.scan.ScanRemediation
- getRiskFactor() - Method in class tenapull.data.entity.objectLookup.PluginRiskInformation
-
Gets risk factor.
- getRiskInformation() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets risk information.
- getRrules() - Method in class tenapull.data.entity.scan.Scan
-
Gets rrules.
- getRunThread() - Method in class tenapull.run.Job.Accessor
-
Gets run thread for the job represented by this accessor
- getScan() - Method in class tenapull.data.entity.response.ScanResponse
-
Gets scan.
- getScan() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput
- getScanEnd() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets scan end.
- getScanGroup() - Method in class tenapull.data.entity.scan.ScanHistory
-
Gets scan group.
- getScanGroup() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets scan group.
- getScanHost() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput
- getScanHostResponse() - Method in class tenapull.data.entity.splunk.HostOutput
- getScanHostResponse() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput
- getScanner() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets scanner.
- getScanner() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput
- getScannerEnd() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets scanner end.
- getScannerStart() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets scanner start.
- getScanProgressCurrent() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets scan progress current.
- getScanProgressTotal() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets scan progress total.
- getScanResponse() - Method in class tenapull.data.entity.scan.Scan
-
Standard getters/setters below
- getScanResponse() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput
- getScans() - Method in class tenapull.data.entity.response.IndexResponse
- getScanStart() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets scan start.
- getScanTimestamp() - Method in class tenapull.data.entity.splunk.HostOutput
- getScanTimestamp() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput
- getScanType() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets scan type.
- getScheduler() - Method in class tenapull.data.entity.scan.ScanHistory
-
Gets scheduler.
- getScheduleType() - Method in class tenapull.data.entity.scan.ScanHistory
-
Gets schedule type.
- getScore() - Method in class tenapull.data.entity.objectLookup.Vulnerability
-
Gets score.
- getScore() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets score.
- getScriptCopyright() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets script copyright.
- getSeeAlso() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets see also.
- getSelectedSeverityBase() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets selected severity base.
- getSelectedSeverityBaseValue() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets selected severity base value.
- getSession() - Method in class tenapull.data.persistence.Dao
-
Gets or creates a session tracker which holds a session to be used
- getSeverity() - Method in class tenapull.data.entity.objectLookup.Plugin
-
Gets severity.
- getSeverity() - Method in class tenapull.data.entity.objectLookup.Vulnerability
-
Gets severity.
- getSeverity() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets severity.
- getSeverityBaseSelections() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets severity base selections.
- getSeveritycount() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets severitycount.
- getSeverityCounts() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets severity counts.
- getSeverityIndex() - Method in class tenapull.data.entity.objectLookup.Vulnerability
-
Gets severity index.
- getSeverityLevel() - Method in class tenapull.data.entity.objectLookup.SeverityLevelCount
-
Gets severity level.
- getSeverityProcessed() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets severity processed.
- getSnoozed() - Method in class tenapull.data.entity.objectLookup.Vulnerability
-
Gets snoozed.
- getSolution() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets solution.
- getStage() - Method in class tenapull.run.Job.Accessor
-
Gets stage the job is at
- getStage() - Method in class tenapull.run.Job
-
Gets the Stage which the job is at
- getStartTime() - Method in class tenapull.data.entity.scan.Scan
-
Gets start time.
- getStatus() - Method in class tenapull.data.entity.scan.Scan
-
Gets status.
- getStatus() - Method in class tenapull.data.entity.scan.ScanHistory
-
Gets status.
- getStatus() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets status.
- getSummary() - Method in interface tenapull.data.deserialize.SummarySerializer.Summary
-
Gets the "summary" entity from the DB
- getSummary() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput.ScanHostSummary
- getSummary() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput.ScanSummary
- getSynopsis() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets synopsis.
- getTargets() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets targets.
- getTestParams() - Static method in class data.TestCRUD
-
For JUnit to obtain the test parameters which will be passed into each instance of TestCRUD
- getTestParams() - Static method in class splunk.TestSplunkOutput
-
Obtains the test params from the database's existing data
- getTestParams() - Static method in class sync.SyncMultiTypeWrapper
-
Gets test params.
- getThread() - Method in exception tenapull.sync.InstancesTracker.CreateLockException
-
Gets thread.
- getThreadBlockingMap() - Static method in class tenapull.sync.InstancesTracker
-
Iterates over all existing instances trackers and their create locks, and generates a recursive map of which threads are blocking which other threads.
- getThreadBlockingMap() - Static method in class tenapull.sync.ReadWriteLock
-
Gets the recursive map of which threads are blocking which other threads from obtaining locks, across all instances of ReadWriteLock
- getThreadBlockingMap(RecursiveMap<Thread>) - Static method in class tenapull.sync.InstancesTracker
-
Iterates over all active instances trackers and their create locks, and generates a recursive map of which threads are blocking which other threads.
- getThreadsBlockedBy(Thread) - Method in class tenapull.sync.ReadWriteLock
-
Gets the set of all threads which are blocked by the provided thread within the context of this ReadWriteLock
- getThreatIntensityLast28() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets threat intensity last 28.
- getThreatLevel() - Method in class tenapull.data.entity.response.ScanResponse
-
Gets threat level.
- getThreatLevel() - Method in class tenapull.data.entity.scan.ScanPrioritization
-
Gets threat level.
- getThreatRecency() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets threat recency.
- getThreatSourcesLast28() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets threat sources last 28.
- getTimestamp() - Method in interface tenapull.data.entity.response.NessusResponse
-
Gets timestamp.
- getTimestamp() - Method in class tenapull.data.entity.response.NessusResponseGenerateTimestamp
- getTimestamp() - Method in class tenapull.data.entity.response.NessusResponseWithTimestamp
- getTimestamp() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets timestamp.
- getTimezone() - Method in class tenapull.data.entity.scan.Scan
-
Gets timezone.
- getTop10() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets top 10.
- getTotalChecksConsidered() - Method in class tenapull.data.entity.scan.ScanHost
-
Gets total checks considered.
- getTracker() - Method in exception tenapull.sync.InstancesTracker.InstancesTrackerException
-
Gets tracker which threw the exception
- getTransaction() - Method in class tenapull.data.persistence.Dao.SessionTracker
-
Gets the transaction for the current session, or creates it if one does not yet exist
- getTrimmed() - Method in class tenapull.data.entity.objectLookup.License
-
Get trimmed.
- getTruncate() - Static method in class tenapull.run.Main
- getTryAtTime() - Method in class tenapull.run.Job.Accessor
-
Gets try at time for the job represented by this accessor
- getType() - Method in class tenapull.data.deserialize.AbstractContextualDeserializer
-
Gets the target deserialization type
- getType() - Method in class tenapull.data.entity.objectLookup.Acl
-
Gets type.
- getType() - Method in class tenapull.data.entity.scan.Folder
-
Gets type.
- getType() - Method in class tenapull.data.entity.scan.Scan
-
Gets type.
- getType() - Method in class tenapull.data.entity.scan.ScanHistory
-
Gets type.
- getType() - Method in class tenapull.util.Type
-
Gets root class this type represents
- getTypeString() - Method in class tenapull.data.persistence.MultiTypeWrapper
-
Gets type string for a MultiTypeWrapper
- getUnreadCount() - Method in class tenapull.data.entity.scan.Folder
-
Gets unread count.
- getUnsupportedSoftware() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets unsupported software.
- getUrl() - Method in class tenapull.data.entity.objectLookup.PluginRefInformation
-
Gets url.
- getUrlPath() - Method in class tenapull.data.entity.response.IndexResponse
- getUrlPath() - Method in interface tenapull.data.entity.response.NessusResponse
-
Gets url path for the Nessus API
- getUrlPath() - Method in class tenapull.data.entity.response.NessusResponseGenerateTimestamp
- getUrlPath() - Method in class tenapull.data.entity.response.NessusResponseWithTimestamp
- getUrlPath() - Method in class tenapull.data.entity.response.ScanHostResponse
- getUrlPath() - Method in class tenapull.data.entity.response.ScanResponse
- getUrlPath(int) - Static method in class tenapull.data.entity.response.ScanResponse
-
Gets url path to obtain the scan response
- getUrlPath(int, int) - Static method in class tenapull.data.entity.response.ScanHostResponse
-
Gets url path for the response
- getUrlPath(ScanHost) - Static method in class tenapull.data.entity.response.ScanHostResponse
-
Gets url path for a provided ScanHost
- getUserPermissions() - Method in class tenapull.data.entity.scan.Scan
-
Gets user permissions.
- getUserPermissions() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets user permissions.
- getUuid() - Method in class tenapull.data.entity.scan.Scan
-
Gets uuid.
- getUuid() - Method in class tenapull.data.entity.scan.ScanHistory
-
Gets uuid.
- getUuid() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets uuid.
- getValue() - Method in class tenapull.data.entity.objectLookup.ExtraJson
-
Returns the value map
- getValue() - Method in class tenapull.data.entity.objectLookup.RefValues
-
Gets the list of values
- getValue() - Method in class tenapull.data.entity.objectLookup.RemediationDetails
- getValue() - Method in class tenapull.data.entity.objectLookup.SeverityBase
- getValue() - Method in class tenapull.data.entity.template.SimpleStringLookupPojo
-
Get the string lookup value this record represents
- getValue() - Method in class tenapull.data.entity.template.StringHashLookupPojo
-
Get the string lookup value this record represents
- getValue() - Method in interface tenapull.data.entity.template.StringLookupPojo
- getValues() - Method in class tenapull.data.entity.objectLookup.PluginRefInformation
-
Gets values.
- getValuesJson() - Method in class tenapull.data.entity.objectLookup.PluginRefInformation
-
Gets values json.
- getValueType() - Method in class tenapull.util.KeyValueType
-
Gets value type.
- getView() - Method in class tenapull.data.entity.objectLookup.ExtraJson.JsonMap
-
Gets the immutable view of the map
- getVprScore() - Method in class tenapull.data.entity.objectLookup.PluginAttributes
-
Gets vpr score.
- getVulnerabilities() - Method in class tenapull.data.entity.response.ScanHostResponse
-
Gets vulnerabilities.
- getVulnerabilities() - Method in class tenapull.data.entity.response.ScanResponse
-
Gets vulnerabilities.
- getVulnerabilities() - Method in class tenapull.data.entity.splunk.HostOutput
- getVulnerability() - Method in class tenapull.data.entity.splunk.HostVulnerabilityOutput
- getVulnIndex() - Method in class tenapull.data.entity.objectLookup.Vulnerability
-
Gets vuln index.
- getVulnPublicationDate() - Method in class tenapull.data.entity.objectLookup.PluginVulnInformation
-
Gets vuln publication date.
- getVulns() - Method in class tenapull.data.entity.scan.ScanRemediation
-
Gets vulns.
- getYearOldVulns() - Method in class tenapull.data.entity.scan.ScanInfo
-
Gets year old vulns.
All Classes All Packages