A B C D E F G H I K L M N O P Q R S T U V X

A

AbstractDelegateReport - Class in org.gcube.accounting.datamodel.reports
 
AbstractDelegateReport() - Constructor for class org.gcube.accounting.datamodel.reports.AbstractDelegateReport
 
Action - Enum in org.gcube.accounting.security.authz
 
AdapterFilterList - Class in org.gcube.accounting.datamodel.adapter
Map could be represented by an object (AdaptedMap), that contained a list of objects with two properties: name and value[] (Property).
AdapterFilterList() - Constructor for class org.gcube.accounting.datamodel.adapter.AdapterFilterList
 
AdapterFilterRatingMap - Class in org.gcube.accounting.datamodel.adapter
 
AdapterFilterRatingMap() - Constructor for class org.gcube.accounting.datamodel.adapter.AdapterFilterRatingMap
 
addAction(Action) - Method in class org.gcube.accounting.security.authz.Role
Add the given action to this role
addActions(Action...) - Method in class org.gcube.accounting.security.authz.Role
Add the given actions to this role
addActions(Collection<Action>) - Method in class org.gcube.accounting.security.authz.Role
Add the given actions to this role
addProperty(String, String[]) - Method in class org.gcube.accounting.datamodel.Group
 
addProperty(String, String) - Method in class org.gcube.accounting.datamodel.User
 
addProperty(String, List<String>) - Method in class org.gcube.accounting.datamodel.User
 
addValue(String) - Method in class org.gcube.accounting.datamodel.adapter.FilterProperty
 
AggregatedInformation - Class in org.gcube.accounting.datamodel.aggregation
 
AggregatedInformation(Map<Integer, Map<String, Integer>>) - Constructor for class org.gcube.accounting.datamodel.aggregation.AggregatedInformation
 
AggregatedResult - Class in org.gcube.accounting.datamodel.reports.aggregation
 
AggregatedResult() - Constructor for class org.gcube.accounting.datamodel.reports.aggregation.AggregatedResult
 
AggregatedResult(DateTime, Metric, double, String) - Constructor for class org.gcube.accounting.datamodel.reports.aggregation.AggregatedResult
 
AggregationField - Enum in org.gcube.accounting.datamodel.aggregation
 
AggregationOperator - Enum in org.gcube.accounting.datamodel.aggregation
 
authenticate(String, String) - Method in interface org.gcube.accounting.security.authn.AuthenticationManager
 
authenticate(String, String) - Method in class org.gcube.accounting.security.authn.DummyAuthenticationManager
 
authenticate(String, String) - Method in class org.gcube.accounting.security.authn.FileAuthenticationManager
 
authenticate(String, String) - Static method in class org.gcube.accounting.security.SecurityManager
 
AuthenticationManager - Interface in org.gcube.accounting.security.authn
 
AuthorizationManager - Interface in org.gcube.accounting.security.authz
 

B

BadRequestException - Exception in org.gcube.accounting.exception.rest
 
BadRequestException() - Constructor for exception org.gcube.accounting.exception.rest.BadRequestException
 
BadRequestException(String) - Constructor for exception org.gcube.accounting.exception.rest.BadRequestException
 
BaseConfiguration - Class in org.gcube.accounting.webservice.configuration
 
BaseConfiguration() - Constructor for class org.gcube.accounting.webservice.configuration.BaseConfiguration
 

C

clear() - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
Deprecated. this operation is for development/testing purposes only. It will be removed in future releases
CommonConfigurator - Class in org.gcube.accounting.webservice.configuration
A class taking care of configuring aspect commons to all services (i.e.
CommonConfigurator() - Constructor for class org.gcube.accounting.webservice.configuration.CommonConfigurator
 
compareTo(EntryFilterRating) - Method in class org.gcube.accounting.datamodel.adapter.EntryFilterRating
 
compareTo(AggregatedResult) - Method in class org.gcube.accounting.datamodel.reports.aggregation.AggregatedResult
 
ConfigurationException - Exception in org.gcube.accounting.exception
 
ConfigurationException() - Constructor for exception org.gcube.accounting.exception.ConfigurationException
 
ConfigurationException(String) - Constructor for exception org.gcube.accounting.exception.ConfigurationException
 
ConfigurationResource - Class in org.gcube.accounting.webservice.configuration
 
ConfigurationResource() - Constructor for class org.gcube.accounting.webservice.configuration.ConfigurationResource
 
configureAuthentication(SecurityConfiguration) - Method in class org.gcube.accounting.webservice.configuration.CommonConfigurator
 
configureAuthorization(SecurityConfiguration) - Method in class org.gcube.accounting.webservice.configuration.CommonConfigurator
 
configureLogging(String) - Method in class org.gcube.accounting.webservice.configuration.CommonConfigurator
 
configureProxy(NetworkConfiguration) - Method in class org.gcube.accounting.webservice.configuration.CommonConfigurator
 
constrainTo(TimeRange) - Method in class org.gcube.accounting.common.TimeRange
Force this time range to be within the given time range
Consumer - Class in org.gcube.accounting.datamodel
 
Consumer() - Constructor for class org.gcube.accounting.datamodel.Consumer
 
Consumer(String) - Constructor for class org.gcube.accounting.datamodel.Consumer
 

D

DateTimeAdapter - Class in org.gcube.accounting.datamodel.adapter
 
DateTimeAdapter() - Constructor for class org.gcube.accounting.datamodel.adapter.DateTimeAdapter
 
DBConnectionException - Exception in org.gcube.accounting.exception
 
DBConnectionException() - Constructor for exception org.gcube.accounting.exception.DBConnectionException
 
DBConnectionException(String) - Constructor for exception org.gcube.accounting.exception.DBConnectionException
 
DelegateFilter - Class in org.gcube.accounting.security.authn.filter
 
DelegateFilter() - Constructor for class org.gcube.accounting.security.authn.filter.DelegateFilter
 
deleteUsageRecord(UsageRecord) - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
 
destroy() - Method in class org.gcube.accounting.security.authn.filter.DelegateFilter
 
destroy() - Method in class org.gcube.accounting.security.authn.filter.FederationFilter
 
destroy() - Method in class org.gcube.accounting.security.authn.filter.HTTPBasicFilter
 
destroy() - Method in class org.gcube.accounting.security.authn.filter.SessionFilter
 
destroy() - Method in class org.gcube.accounting.security.authn.filter.X509Filter
 
destroy() - Method in class org.gcube.accounting.webservice.configuration.CommonConfigurator
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.gcube.accounting.security.authn.filter.DelegateFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.gcube.accounting.security.authn.filter.FederationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.gcube.accounting.security.authn.filter.HTTPBasicFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.gcube.accounting.security.authn.filter.SessionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.gcube.accounting.security.authn.filter.X509Filter
Just create an attribute named 'requestorDN' containing the DN of the user making the request
DummyAuthenticationManager - Class in org.gcube.accounting.security.authn
An authentication authority authenticating any received credentials.
DummyAuthenticationManager() - Constructor for class org.gcube.accounting.security.authn.DummyAuthenticationManager
 

E

endsWithin(TimeRange) - Method in class org.gcube.accounting.common.TimeRange
Check whether this time range ends within the given time range
entry - Variable in class org.gcube.accounting.datamodel.adapter.MyFilterRatingMapType
 
EntryFilterRating - Class in org.gcube.accounting.datamodel.adapter
 
EntryFilterRating() - Constructor for class org.gcube.accounting.datamodel.adapter.EntryFilterRating
 
EntryFilterRating(String, Double) - Constructor for class org.gcube.accounting.datamodel.adapter.EntryFilterRating
 
ExecutionReportFilter - Enum in org.gcube.accounting.datamodel.reports.execution
 
ExecutionReportType - Enum in org.gcube.accounting.datamodel.reports.execution
 

F

FederationFilter - Class in org.gcube.accounting.security.authn.filter
 
FederationFilter() - Constructor for class org.gcube.accounting.security.authn.filter.FederationFilter
 
FileAuthenticationManager - Class in org.gcube.accounting.security.authn
 
FileAuthenticationManager(String) - Constructor for class org.gcube.accounting.security.authn.FileAuthenticationManager
Basic constructor
FileAuthenticationManager(PropertiesConfiguration) - Constructor for class org.gcube.accounting.security.authn.FileAuthenticationManager
Basic constructor
FileAuthorizationManager - Class in org.gcube.accounting.security.authz
 
FileAuthorizationManager(String) - Constructor for class org.gcube.accounting.security.authz.FileAuthorizationManager
Basic constructor
FileAuthorizationManager(File) - Constructor for class org.gcube.accounting.security.authz.FileAuthorizationManager
Basic constructor
fileChanged(File) - Method in interface org.gcube.accounting.common.file.FileChangedListener
 
fileChanged(File) - Method in class org.gcube.accounting.security.authz.FileAuthorizationManager
Callback method for changes on the file
FileChangedListener - Interface in org.gcube.accounting.common.file
 
FileWatcher - Class in org.gcube.accounting.common.file
 
FileWatcher(String) - Constructor for class org.gcube.accounting.common.file.FileWatcher
 
FileWatcher(File) - Constructor for class org.gcube.accounting.common.file.FileWatcher
 
FilterProperty - Class in org.gcube.accounting.datamodel.adapter
Bean used to implement a mappable map
FilterProperty() - Constructor for class org.gcube.accounting.datamodel.adapter.FilterProperty
 
FilterRating - Class in org.gcube.accounting.datamodel.reports.aggregation
 
FilterRating() - Constructor for class org.gcube.accounting.datamodel.reports.aggregation.FilterRating
 
FilterRating(TreeSet<EntryFilterRating>) - Constructor for class org.gcube.accounting.datamodel.reports.aggregation.FilterRating
 
FiltersAdapter - Class in org.gcube.accounting.datamodel.adapter
The XmlAdapter class is responsible for converting between instances of the unmappable and mappable classes.
FiltersAdapter() - Constructor for class org.gcube.accounting.datamodel.adapter.FiltersAdapter
 
format(Calendar, boolean) - Static method in class org.gcube.accounting.common.helper.TimeHelper
Return a human-readable representation of the given calendar.

G

GenericFilter_old - Enum in org.gcube.accounting.datamodel.reports
 
getAction(String) - Static method in enum org.gcube.accounting.security.authz.Action
 
getAggregatedInformation() - Method in class org.gcube.accounting.datamodel.aggregation.AggregatedInformation
 
getAggregationGranule() - Method in class org.gcube.accounting.datamodel.reports.Report
 
getAuthenticationManager() - Static method in class org.gcube.accounting.security.SecurityManager
 
getAuthnType() - Static method in class org.gcube.accounting.security.SecurityManager
 
getAuthorizationManager() - Static method in class org.gcube.accounting.security.SecurityManager
 
getBackendType(String) - Method in class org.gcube.accounting.common.helper.ISClientConnector
 
getBoolean(String) - Method in class org.gcube.accounting.webservice.configuration.BaseConfiguration
 
getBoolean(String, Boolean) - Method in class org.gcube.accounting.webservice.configuration.BaseConfiguration
 
getBoolean(String) - Method in class org.gcube.accounting.webservice.configuration.PropertiesBaseConfiguration
 
getBoolean(String, Boolean) - Method in class org.gcube.accounting.webservice.configuration.PropertiesBaseConfiguration
 
getBoolean(String) - Method in interface org.gcube.accounting.webservice.configuration.RawConfiguration
 
getBoolean(String, Boolean) - Method in interface org.gcube.accounting.webservice.configuration.RawConfiguration
 
getBuildDate() - Method in class org.gcube.accounting.VersionHelper
 
getBuildDate() - Method in class org.gcube.accounting.VersionInfo
 
getBuildId() - Method in class org.gcube.accounting.VersionHelper
 
getBuildId() - Method in class org.gcube.accounting.VersionInfo
 
getBuildNumber() - Method in class org.gcube.accounting.VersionHelper
 
getBuildNumber() - Method in class org.gcube.accounting.VersionInfo
 
getCalendar(long) - Static method in class org.gcube.accounting.common.helper.TimeHelper
Computes a Calendar for the given timestamp
getCalendar(String) - Static method in class org.gcube.accounting.common.helper.TimeHelper
 
getCalendar(Map<String, QueryClause>, QueryField) - Static method in class org.gcube.accounting.datamodel.query.QueryHelper
 
getCalendar(Map<String, QueryClause>, String) - Static method in class org.gcube.accounting.datamodel.query.QueryHelper
 
getClientId(String, String) - Method in class org.gcube.accounting.common.helper.ISClientConnector
 
getConfigurationLocation() - Static method in class org.gcube.accounting.webservice.configuration.ConfigurationResource
 
getDci() - Method in class org.gcube.accounting.ut.UpdateInfo
Return a reference to the infrastructure
getDelegator() - Method in class org.gcube.accounting.security.authn.HTTPBasicAuthentication
 
getDimension() - Method in class org.gcube.accounting.datamodel.reports.aggregation.AggregatedResult
 
getDimension() - Method in class org.gcube.accounting.datamodel.reports.Report
 
getElapsed() - Method in class org.gcube.accounting.common.TimeRange
The range extension, in milliseconds
getEmail() - Method in class org.gcube.accounting.datamodel.User
 
getEnd(int, int) - Static method in class org.gcube.accounting.common.helper.TimeHelper
Compute the calendar object corresponding to the end of the week of the given year
getEndPeriod() - Method in class org.gcube.accounting.datamodel.reports.Report
 
getEntry() - Method in class org.gcube.accounting.datamodel.adapter.EntryFilterRating
 
getEnvironment(String, String) - Method in class org.gcube.accounting.common.helper.ISClientConnector
 
getFile() - Method in class org.gcube.accounting.common.file.FileWatcher
 
getFilterRating(Report) - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
 
getFilters() - Method in class org.gcube.accounting.datamodel.reports.Report
 
getFirstName() - Method in class org.gcube.accounting.datamodel.User
 
getFormattedBuildDate() - Method in class org.gcube.accounting.VersionHelper
 
getFrom() - Method in class org.gcube.accounting.common.TimeRange
Getter for 'from'
getHierarchy() - Method in class org.gcube.accounting.datamodel.Membership
 
getHumanReadableTime(long) - Static method in class org.gcube.accounting.common.helper.TimeHelper
Produce a human-readable representation of the given timestamp.
getId() - Method in class org.gcube.accounting.datamodel.Consumer
 
getIdentity() - Method in class org.gcube.accounting.datamodel.Membership
 
getInt(String, Integer) - Method in class org.gcube.accounting.webservice.configuration.PropertiesBaseConfiguration
 
getInt(String) - Method in class org.gcube.accounting.webservice.configuration.PropertiesBaseConfiguration
 
getInt(String) - Method in interface org.gcube.accounting.webservice.configuration.RawConfiguration
 
getInt(String, Integer) - Method in interface org.gcube.accounting.webservice.configuration.RawConfiguration
 
getInterval() - Method in class org.gcube.accounting.common.file.FileWatcher
Return the interval between checks
getISO8601(long) - Static method in class org.gcube.accounting.common.helper.TimeHelper
Compute a ISO9601 representation of the given timestamp
getKey() - Method in class org.gcube.accounting.datamodel.query.QueryClause
 
getLastName() - Method in class org.gcube.accounting.datamodel.User
 
getList(String) - Method in class org.gcube.accounting.webservice.configuration.PropertiesBaseConfiguration
 
getList(String) - Method in interface org.gcube.accounting.webservice.configuration.RawConfiguration
 
getMetric() - Method in class org.gcube.accounting.datamodel.reports.aggregation.AggregatedResult
 
getMonthEnd(int, int) - Static method in class org.gcube.accounting.common.helper.TimeHelper
 
getMonthStart(int, int) - Static method in class org.gcube.accounting.common.helper.TimeHelper
 
getName() - Method in class org.gcube.accounting.datamodel.adapter.FilterProperty
 
getName() - Method in class org.gcube.accounting.datamodel.Consumer
 
getName() - Method in class org.gcube.accounting.datamodel.Group
 
getName() - Method in class org.gcube.accounting.datamodel.ResourceScope
 
getName() - Method in class org.gcube.accounting.datamodel.ResourceType
 
getName() - Method in class org.gcube.accounting.datamodel.User
 
getName() - Method in class org.gcube.accounting.security.authz.Role
Return the name of the role
getNumberOfRecords(String) - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
Return the number of the usage records matching the given query
getOperator() - Method in class org.gcube.accounting.datamodel.query.QueryClause
 
getOperator(String) - Static method in enum org.gcube.accounting.datamodel.query.QueryOperator
 
getPath() - Method in class org.gcube.accounting.datamodel.Group
 
getProperties() - Method in class org.gcube.accounting.datamodel.Group
 
getProperties() - Method in class org.gcube.accounting.datamodel.Membership
Since java.util.Map is an unmappable class, an equivalent mappable class AdaptedMap is created.
getProperties() - Method in class org.gcube.accounting.datamodel.User
 
getProperty(String) - Method in class org.gcube.accounting.datamodel.Group
 
getProperty(String) - Method in class org.gcube.accounting.datamodel.User
 
getProxyHost() - Method in class org.gcube.accounting.webservice.configuration.BaseConfiguration
 
getProxyHost() - Method in interface org.gcube.accounting.webservice.configuration.NetworkConfiguration
 
getProxyPassword() - Method in class org.gcube.accounting.webservice.configuration.BaseConfiguration
 
getProxyPassword() - Method in interface org.gcube.accounting.webservice.configuration.NetworkConfiguration
 
getProxyPort() - Method in class org.gcube.accounting.webservice.configuration.BaseConfiguration
 
getProxyPort() - Method in interface org.gcube.accounting.webservice.configuration.NetworkConfiguration
 
getProxyUser() - Method in class org.gcube.accounting.webservice.configuration.BaseConfiguration
 
getProxyUser() - Method in interface org.gcube.accounting.webservice.configuration.NetworkConfiguration
 
getRating() - Method in class org.gcube.accounting.datamodel.reports.aggregation.FilterRating
 
getRealm() - Method in interface org.gcube.accounting.security.authn.AuthenticationManager
 
getRealm() - Method in class org.gcube.accounting.security.authn.DummyAuthenticationManager
 
getRealm() - Method in class org.gcube.accounting.security.authn.FileAuthenticationManager
 
getRealm() - Method in class org.gcube.accounting.webservice.configuration.BaseConfiguration
 
getRealm() - Method in interface org.gcube.accounting.webservice.configuration.SecurityConfiguration
 
getRecordsPerPage() - Method in class org.gcube.accounting.datamodel.aggregation.ResultOptions
 
getReport(Report) - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
 
getReportProperty() - Method in class org.gcube.accounting.datamodel.reports.Report
 
getReportType() - Method in class org.gcube.accounting.datamodel.reports.Report
 
getResourceType() - Method in class org.gcube.accounting.datamodel.reports.Report
 
getRole() - Method in class org.gcube.accounting.security.authz.Permission
Return the user role
getServer(String, String) - Method in class org.gcube.accounting.common.helper.ISClientConnector
 
getServerRRFws() - Method in class org.gcube.accounting.common.helper.ISClientConnector
 
getSortField() - Method in class org.gcube.accounting.datamodel.aggregation.ResultOptions
 
getSortOrder() - Method in class org.gcube.accounting.datamodel.aggregation.ResultOptions
 
getStart(int, int) - Static method in class org.gcube.accounting.common.helper.TimeHelper
Compute the calendar object corresponding to the start of the week of the given year
getStartPeriod() - Method in class org.gcube.accounting.datamodel.reports.Report
 
getStartRecord() - Method in class org.gcube.accounting.datamodel.aggregation.ResultOptions
 
getString(Map<String, QueryClause>, QueryField) - Static method in class org.gcube.accounting.datamodel.query.QueryHelper
 
getString(String) - Method in class org.gcube.accounting.webservice.configuration.BaseConfiguration
 
getString(String) - Method in class org.gcube.accounting.webservice.configuration.PropertiesBaseConfiguration
 
getString(String) - Method in interface org.gcube.accounting.webservice.configuration.RawConfiguration
 
getTarget() - Method in class org.gcube.accounting.security.authz.Permission
Return the target of the permission
getTime() - Method in class org.gcube.accounting.datamodel.reports.aggregation.AggregatedResult
 
getTimestamp() - Method in class org.gcube.accounting.ut.UpdateInfo
Return the last time a usage record has been published for the infrastructure
getTo() - Method in class org.gcube.accounting.common.TimeRange
Getter for 'to'
getToken() - Static method in class org.gcube.accounting.security.authn.SecurityTokenThreadLocal
 
getTrackedConsumers() - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
 
getTrackedResourceScopes() - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
 
getTrackedResourceTypes() - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
 
getUpdateInfo() - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
Query the Usage Tracker for update information from each infrastructure (resource owner)
getUsageRecords(String) - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
Return the usage records matching the given query and aggregation fields for sorting/pagination purposes Example: resourceType=job&resourceScope=testing&sortField=startTime&paginationStartPage=1&paginationRecords=6 Aggregation fields ====================== sortField : field on which you want to order the results sortOrder : sort criteria (asc/desc) paginationStartRecord : start record of the pagination paginationRecords : number of records per page
getUserId() - Method in class org.gcube.accounting.security.authz.Permission
Return the user identity
getUserName() - Method in class org.gcube.accounting.security.authn.HTTPBasicAuthentication
 
getUserPassword() - Method in class org.gcube.accounting.security.authn.HTTPBasicAuthentication
 
getUsers() - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
Deprecated. this operation is for development/testing purposes only. It will be removed in future releases
getValue() - Method in class org.gcube.accounting.datamodel.adapter.EntryFilterRating
 
getValue() - Method in class org.gcube.accounting.datamodel.query.QueryClause
 
getValue() - Method in class org.gcube.accounting.datamodel.reports.aggregation.AggregatedResult
 
getValues() - Method in class org.gcube.accounting.datamodel.adapter.FilterProperty
 
getVersionInfo() - Method in class org.gcube.accounting.VersionHelper
 
Granule - Enum in org.gcube.accounting.datamodel.reports.aggregation
 
Group - Class in org.gcube.accounting.datamodel
 
Group() - Constructor for class org.gcube.accounting.datamodel.Group
 
Group(String) - Constructor for class org.gcube.accounting.datamodel.Group
 

H

handle(ClientRequest) - Method in class org.gcube.accounting.security.authn.HTTPBasicAuthentication
 
HTTPBasicAuthentication - Class in org.gcube.accounting.security.authn
 
HTTPBasicAuthentication(String, String) - Constructor for class org.gcube.accounting.security.authn.HTTPBasicAuthentication
 
HTTPBasicAuthentication(String, String, String) - Constructor for class org.gcube.accounting.security.authn.HTTPBasicAuthentication
 
HTTPBasicFilter - Class in org.gcube.accounting.security.authn.filter
 
HTTPBasicFilter() - Constructor for class org.gcube.accounting.security.authn.filter.HTTPBasicFilter
 

I

init(FilterConfig) - Method in class org.gcube.accounting.security.authn.filter.DelegateFilter
 
init(FilterConfig) - Method in class org.gcube.accounting.security.authn.filter.FederationFilter
 
init(FilterConfig) - Method in class org.gcube.accounting.security.authn.filter.HTTPBasicFilter
 
init(FilterConfig) - Method in class org.gcube.accounting.security.authn.filter.SessionFilter
 
init(FilterConfig) - Method in class org.gcube.accounting.security.authn.filter.X509Filter
 
insertUsageRecord(UsageRecord) - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
Insert the new given usage record
insertUsageRecord(AbstractDelegateUsageRecord) - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
Insert the new given usage record
insertUsageRecord(RawUsageRecord) - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
Insert the given storage-specific usage record
insertUsageRecords(Collection<UsageRecord>) - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
Insert a set of usage records
isAfter(TimeRange) - Method in class org.gcube.accounting.common.TimeRange
Whether this range starts before 'range' ends
isAllowed(String, Action) - Method in interface org.gcube.accounting.security.authz.AuthorizationManager
 
isAllowed(String, Action, String) - Method in interface org.gcube.accounting.security.authz.AuthorizationManager
 
isAllowed(String, Action) - Method in class org.gcube.accounting.security.authz.FileAuthorizationManager
Check whether the given user is allowed to perform the given action
isAllowed(String, Action, String) - Method in class org.gcube.accounting.security.authz.FileAuthorizationManager
Check if the given user is allowed to perform the given action over the given object.
isAllowed(Action) - Method in class org.gcube.accounting.security.authz.Permission
Check whether the given action is allowed by this permission
isAllowed(Action, String) - Method in class org.gcube.accounting.security.authz.Permission
Check whether the given action on the given target is allowed by this permission
isAllowed(Action) - Method in class org.gcube.accounting.security.authz.Role
Check whether the role can perform the given action
isAllowed(String, Action) - Static method in class org.gcube.accounting.security.SecurityManager
 
isAllowed(String, Action, String) - Static method in class org.gcube.accounting.security.SecurityManager
 
isAuthnEnabled() - Static method in class org.gcube.accounting.security.SecurityManager
 
isAuthnEnabled() - Method in class org.gcube.accounting.webservice.configuration.BaseConfiguration
 
isAuthnEnabled() - Method in interface org.gcube.accounting.webservice.configuration.SecurityConfiguration
 
isAuthzEnabled() - Static method in class org.gcube.accounting.security.SecurityManager
 
isAuthzEnabled() - Method in class org.gcube.accounting.webservice.configuration.BaseConfiguration
 
isAuthzEnabled() - Method in interface org.gcube.accounting.webservice.configuration.SecurityConfiguration
 
isBefore(TimeRange) - Method in class org.gcube.accounting.common.TimeRange
Whether this range ends before 'range' starts
ISClientConnector - Class in org.gcube.accounting.common.helper
 
ISClientConnector() - Constructor for class org.gcube.accounting.common.helper.ISClientConnector
 
isClosed() - Method in class org.gcube.accounting.common.TimeRange
Check if from and to are set
isOutside(TimeRange) - Method in class org.gcube.accounting.common.TimeRange
Check whether this time range enrirely falls outside the the given time range
isUndefined() - Method in class org.gcube.accounting.common.TimeRange
 
isWithin(TimeRange) - Method in class org.gcube.accounting.common.TimeRange
Whether this range is entirely within 'range'

K

key - Variable in class org.gcube.accounting.datamodel.adapter.MyFilterRatingEntryType
 

L

logger - Static variable in class org.gcube.accounting.webservice.configuration.PropertiesBaseConfiguration
A logger for this class

M

main(String[]) - Static method in class org.gcube.accounting.ut.test
 
main(String[]) - Static method in class org.gcube.accounting.ut.UsageTrackerRestAPI
 
main(String[]) - Static method in class org.gcube.accounting.VersionHelper
 
marshal(Map<String, Double>) - Method in class org.gcube.accounting.datamodel.adapter.AdapterFilterRatingMap
 
marshal(DateTime) - Method in class org.gcube.accounting.datamodel.adapter.DateTimeAdapter
 
marshal(Map<String, List<String>>) - Method in class org.gcube.accounting.datamodel.adapter.FiltersAdapter
 
marshal(Object) - Method in class org.gcube.accounting.datamodel.adapter.ObjectAdapter
 
Membership - Class in org.gcube.accounting.datamodel
This object represent an user-id membership
Membership() - Constructor for class org.gcube.accounting.datamodel.Membership
 
Membership(String, Collection<String>, Map<String, List<String>>) - Constructor for class org.gcube.accounting.datamodel.Membership
 
Metric - Enum in org.gcube.accounting.datamodel.reports.aggregation
 
MyFilterRatingEntryType - Class in org.gcube.accounting.datamodel.adapter
 
MyFilterRatingEntryType() - Constructor for class org.gcube.accounting.datamodel.adapter.MyFilterRatingEntryType
 
MyFilterRatingMapType - Class in org.gcube.accounting.datamodel.adapter
 
MyFilterRatingMapType() - Constructor for class org.gcube.accounting.datamodel.adapter.MyFilterRatingMapType
 

N

NetworkConfiguration - Interface in org.gcube.accounting.webservice.configuration
 
NotAuthorizedException - Exception in org.gcube.accounting.exception
 
NotAuthorizedException() - Constructor for exception org.gcube.accounting.exception.NotAuthorizedException
 
NotAuthorizedException(String) - Constructor for exception org.gcube.accounting.exception.NotAuthorizedException
 
NotAuthorizedException - Exception in org.gcube.accounting.exception.rest
 
NotAuthorizedException() - Constructor for exception org.gcube.accounting.exception.rest.NotAuthorizedException
 
NotAuthorizedException(String) - Constructor for exception org.gcube.accounting.exception.rest.NotAuthorizedException
 
NotFoundException - Exception in org.gcube.accounting.exception
 
NotFoundException() - Constructor for exception org.gcube.accounting.exception.NotFoundException
 
NotFoundException(String) - Constructor for exception org.gcube.accounting.exception.NotFoundException
 
NotFoundException - Exception in org.gcube.accounting.exception.rest
 
NotFoundException() - Constructor for exception org.gcube.accounting.exception.rest.NotFoundException
 
NotFoundException(String) - Constructor for exception org.gcube.accounting.exception.rest.NotFoundException
 
NotImplementedException - Exception in org.gcube.accounting.exception.rest
 
NotImplementedException() - Constructor for exception org.gcube.accounting.exception.rest.NotImplementedException
 
NotImplementedException(String) - Constructor for exception org.gcube.accounting.exception.rest.NotImplementedException
 

O

ObjectAdapter - Class in org.gcube.accounting.datamodel.adapter
 
ObjectAdapter() - Constructor for class org.gcube.accounting.datamodel.adapter.ObjectAdapter
 
org.gcube.accounting - package org.gcube.accounting
 
org.gcube.accounting.common - package org.gcube.accounting.common
 
org.gcube.accounting.common.file - package org.gcube.accounting.common.file
 
org.gcube.accounting.common.helper - package org.gcube.accounting.common.helper
 
org.gcube.accounting.datamodel - package org.gcube.accounting.datamodel
 
org.gcube.accounting.datamodel.adapter - package org.gcube.accounting.datamodel.adapter
 
org.gcube.accounting.datamodel.aggregation - package org.gcube.accounting.datamodel.aggregation
 
org.gcube.accounting.datamodel.query - package org.gcube.accounting.datamodel.query
 
org.gcube.accounting.datamodel.reports - package org.gcube.accounting.datamodel.reports
 
org.gcube.accounting.datamodel.reports.aggregation - package org.gcube.accounting.datamodel.reports.aggregation
 
org.gcube.accounting.datamodel.reports.execution - package org.gcube.accounting.datamodel.reports.execution
 
org.gcube.accounting.datamodel.reports.service - package org.gcube.accounting.datamodel.reports.service
 
org.gcube.accounting.datamodel.reports.storagestatus - package org.gcube.accounting.datamodel.reports.storagestatus
 
org.gcube.accounting.datamodel.reports.storageusage - package org.gcube.accounting.datamodel.reports.storageusage
 
org.gcube.accounting.exception - package org.gcube.accounting.exception
 
org.gcube.accounting.exception.rest - package org.gcube.accounting.exception.rest
 
org.gcube.accounting.security - package org.gcube.accounting.security
 
org.gcube.accounting.security.authn - package org.gcube.accounting.security.authn
 
org.gcube.accounting.security.authn.filter - package org.gcube.accounting.security.authn.filter
 
org.gcube.accounting.security.authz - package org.gcube.accounting.security.authz
 
org.gcube.accounting.ut - package org.gcube.accounting.ut
 
org.gcube.accounting.webservice.configuration - package org.gcube.accounting.webservice.configuration
 

P

parseQuery(String) - Static method in class org.gcube.accounting.datamodel.query.QueryHelper
Parse a string of the form "k1=v1&k2=v2&k3=v3..." and produces a Map with the pairs from the query
Permission - Class in org.gcube.accounting.security.authz
 
Permission() - Constructor for class org.gcube.accounting.security.authz.Permission
Empty constructor
Permission(String, String, Role) - Constructor for class org.gcube.accounting.security.authz.Permission
Full constructor
PropertiesBaseConfiguration - Class in org.gcube.accounting.webservice.configuration
This class models Usage Tracker configuration.
PropertiesBaseConfiguration(String) - Constructor for class org.gcube.accounting.webservice.configuration.PropertiesBaseConfiguration
Private constructor

Q

QueryClause - Class in org.gcube.accounting.datamodel.query
 
QueryClause(String) - Constructor for class org.gcube.accounting.datamodel.query.QueryClause
 
QueryClause(String, QueryOperator, String) - Constructor for class org.gcube.accounting.datamodel.query.QueryClause
 
QueryClause(QueryField, QueryOperator, String) - Constructor for class org.gcube.accounting.datamodel.query.QueryClause
 
QueryField - Enum in org.gcube.accounting.datamodel.query
 
QueryFormatException - Exception in org.gcube.accounting.exception
 
QueryFormatException() - Constructor for exception org.gcube.accounting.exception.QueryFormatException
 
QueryFormatException(String) - Constructor for exception org.gcube.accounting.exception.QueryFormatException
 
QueryHelper - Class in org.gcube.accounting.datamodel.query
 
QueryHelper() - Constructor for class org.gcube.accounting.datamodel.query.QueryHelper
 
QueryOperator - Enum in org.gcube.accounting.datamodel.query
 

R

randomDate() - Static method in class org.gcube.accounting.ut.UsageTrackerRestAPI
 
RawConfiguration - Interface in org.gcube.accounting.webservice.configuration
 
Report - Class in org.gcube.accounting.datamodel.reports
 
Report(String, String, String, Map<String, List<String>>, Date, Date, String, String) - Constructor for class org.gcube.accounting.datamodel.reports.Report
 
Report() - Constructor for class org.gcube.accounting.datamodel.reports.Report
 
Report_old - Class in org.gcube.accounting.datamodel.reports
 
Report_old() - Constructor for class org.gcube.accounting.datamodel.reports.Report_old
 
ReportFilter - Interface in org.gcube.accounting.datamodel.reports
 
ResourceScope - Class in org.gcube.accounting.datamodel
 
ResourceScope() - Constructor for class org.gcube.accounting.datamodel.ResourceScope
 
ResourceScope(String) - Constructor for class org.gcube.accounting.datamodel.ResourceScope
 
ResourceType - Class in org.gcube.accounting.datamodel
 
ResourceType() - Constructor for class org.gcube.accounting.datamodel.ResourceType
 
ResourceType(String) - Constructor for class org.gcube.accounting.datamodel.ResourceType
 
ResourceTypes - Enum in org.gcube.accounting.datamodel
All available resource types
ResultOptions - Class in org.gcube.accounting.datamodel.aggregation
 
ResultOptions() - Constructor for class org.gcube.accounting.datamodel.aggregation.ResultOptions
 
ResultOptions(String) - Constructor for class org.gcube.accounting.datamodel.aggregation.ResultOptions
 
ResultOptions(String, int, int) - Constructor for class org.gcube.accounting.datamodel.aggregation.ResultOptions
 
ResultOptions(String, int, int, int) - Constructor for class org.gcube.accounting.datamodel.aggregation.ResultOptions
 
Role - Class in org.gcube.accounting.security.authz
 
Role(String) - Constructor for class org.gcube.accounting.security.authz.Role
Basic constructor

S

SecurityConfiguration - Interface in org.gcube.accounting.webservice.configuration
 
SecurityManager - Class in org.gcube.accounting.security
A class providing a single access point to security objects and configuration
SecurityManager() - Constructor for class org.gcube.accounting.security.SecurityManager
 
SecurityTokenThreadLocal - Class in org.gcube.accounting.security.authn
 
SecurityTokenThreadLocal() - Constructor for class org.gcube.accounting.security.authn.SecurityTokenThreadLocal
 
ServerErrorException - Exception in org.gcube.accounting.exception.rest
 
ServerErrorException() - Constructor for exception org.gcube.accounting.exception.rest.ServerErrorException
 
ServerErrorException(String) - Constructor for exception org.gcube.accounting.exception.rest.ServerErrorException
 
ServiceException - Exception in org.gcube.accounting.exception
 
ServiceException() - Constructor for exception org.gcube.accounting.exception.ServiceException
 
ServiceException(String) - Constructor for exception org.gcube.accounting.exception.ServiceException
 
ServiceReportFilter - Enum in org.gcube.accounting.datamodel.reports.service
 
ServiceReportType - Enum in org.gcube.accounting.datamodel.reports.service
 
SessionFilter - Class in org.gcube.accounting.security.authn.filter
 
SessionFilter() - Constructor for class org.gcube.accounting.security.authn.filter.SessionFilter
 
setAggregatedInformation(Map<Integer, Map<String, Integer>>) - Method in class org.gcube.accounting.datamodel.aggregation.AggregatedInformation
 
setAggregationGranule(String) - Method in class org.gcube.accounting.datamodel.reports.Report
 
setAuthenticationManager(AuthenticationManager) - Static method in class org.gcube.accounting.security.SecurityManager
 
setAuthnEnabled(boolean) - Static method in class org.gcube.accounting.security.SecurityManager
 
setAuthnType(String) - Static method in class org.gcube.accounting.security.SecurityManager
 
setAuthorizationManager(AuthorizationManager) - Static method in class org.gcube.accounting.security.SecurityManager
 
setAuthzEnabled(boolean) - Static method in class org.gcube.accounting.security.SecurityManager
 
setBuildDate(String) - Method in class org.gcube.accounting.VersionInfo
 
setBuildId(String) - Method in class org.gcube.accounting.VersionInfo
 
setBuildNumber(String) - Method in class org.gcube.accounting.VersionInfo
 
setConfigurationLocation(String) - Method in class org.gcube.accounting.webservice.configuration.ConfigurationResource
 
setDci(String) - Method in class org.gcube.accounting.ut.UpdateInfo
Set a reference to the infrastructure
setDimension(String) - Method in class org.gcube.accounting.datamodel.reports.aggregation.AggregatedResult
 
setDimension(String) - Method in class org.gcube.accounting.datamodel.reports.Report
 
setEmail(String) - Method in class org.gcube.accounting.datamodel.User
 
setEndPeriod(Date) - Method in class org.gcube.accounting.datamodel.reports.Report
 
setEntry(String) - Method in class org.gcube.accounting.datamodel.adapter.EntryFilterRating
 
setFilters(Map<String, List<String>>) - Method in class org.gcube.accounting.datamodel.reports.Report
 
setFirstName(String) - Method in class org.gcube.accounting.datamodel.User
 
setHierarchy(Collection<String>) - Method in class org.gcube.accounting.datamodel.Membership
 
setId(String) - Method in class org.gcube.accounting.datamodel.Consumer
 
setIdentity(String) - Method in class org.gcube.accounting.datamodel.Membership
 
setInterval(long) - Method in class org.gcube.accounting.common.file.FileWatcher
Set the check interval
setLastName(String) - Method in class org.gcube.accounting.datamodel.User
 
setListener(FileChangedListener) - Method in class org.gcube.accounting.common.file.FileWatcher
 
setMetric(Metric) - Method in class org.gcube.accounting.datamodel.reports.aggregation.AggregatedResult
 
setName(String) - Method in class org.gcube.accounting.datamodel.adapter.FilterProperty
 
setName(String) - Method in class org.gcube.accounting.datamodel.Consumer
 
setName(String) - Method in class org.gcube.accounting.datamodel.Group
 
setName(String) - Method in class org.gcube.accounting.datamodel.ResourceScope
 
setName(String) - Method in class org.gcube.accounting.datamodel.ResourceType
 
setName(String) - Method in class org.gcube.accounting.datamodel.User
 
setName(String) - Method in class org.gcube.accounting.security.authz.Role
Set the role name
setPath(List<String>) - Method in class org.gcube.accounting.datamodel.Group
 
setProperties(Map<String, String[]>) - Method in class org.gcube.accounting.datamodel.Group
 
setProperties(Map<String, List<String>>) - Method in class org.gcube.accounting.datamodel.Membership
 
setProperties(Map<String, List<String>>) - Method in class org.gcube.accounting.datamodel.User
 
setRating(TreeSet<EntryFilterRating>) - Method in class org.gcube.accounting.datamodel.reports.aggregation.FilterRating
 
setRealm(String) - Method in class org.gcube.accounting.security.authn.DummyAuthenticationManager
 
setRealm(String) - Method in class org.gcube.accounting.security.authn.FileAuthenticationManager
 
setRecordsPerPage(int) - Method in class org.gcube.accounting.datamodel.aggregation.ResultOptions
 
setReportProperty(String) - Method in class org.gcube.accounting.datamodel.reports.Report
 
setReportType(String) - Method in class org.gcube.accounting.datamodel.reports.Report
 
setResourceType(String) - Method in class org.gcube.accounting.datamodel.reports.Report
 
setRole(Role) - Method in class org.gcube.accounting.security.authz.Permission
Set the user role over the target
setSortField(String) - Method in class org.gcube.accounting.datamodel.aggregation.ResultOptions
 
setSortOrder(String) - Method in class org.gcube.accounting.datamodel.aggregation.ResultOptions
 
setStartPeriod(Date) - Method in class org.gcube.accounting.datamodel.reports.Report
 
setStartRecord(int) - Method in class org.gcube.accounting.datamodel.aggregation.ResultOptions
 
setTarget(String) - Method in class org.gcube.accounting.security.authz.Permission
Set the target of the permission
setTime(DateTime) - Method in class org.gcube.accounting.datamodel.reports.aggregation.AggregatedResult
 
setTimestamp(Long) - Method in class org.gcube.accounting.ut.UpdateInfo
Set the last time a usage record has been published for the infrastructure
setToken(Element) - Static method in class org.gcube.accounting.security.authn.SecurityTokenThreadLocal
 
setUserId(String) - Method in class org.gcube.accounting.security.authz.Permission
Set the user identity
setUserToken(String, String) - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
 
setUserToken(String, String, String) - Method in class org.gcube.accounting.ut.UsageTrackerRestAPI
 
setValue(Double) - Method in class org.gcube.accounting.datamodel.adapter.EntryFilterRating
 
setValue(double) - Method in class org.gcube.accounting.datamodel.reports.aggregation.AggregatedResult
 
setValues(List<String>) - Method in class org.gcube.accounting.datamodel.adapter.FilterProperty
 
startsWithin(TimeRange) - Method in class org.gcube.accounting.common.TimeRange
Check whether this time range starts within the given time range
stop() - Method in class org.gcube.accounting.common.file.FileWatcher
 
StorageStatusReport - Class in org.gcube.accounting.datamodel.reports.storagestatus
 
StorageStatusReport() - Constructor for class org.gcube.accounting.datamodel.reports.storagestatus.StorageStatusReport
 
StorageStatusReportFilter - Enum in org.gcube.accounting.datamodel.reports.storagestatus
 
StorageStatusReportType - Enum in org.gcube.accounting.datamodel.reports.storagestatus
 
StorageUsageReport - Class in org.gcube.accounting.datamodel.reports.storageusage
 
StorageUsageReport() - Constructor for class org.gcube.accounting.datamodel.reports.storageusage.StorageUsageReport
 
StorageUsageReportFilter - Enum in org.gcube.accounting.datamodel.reports.storageusage
 
StorageUsageReportType - Enum in org.gcube.accounting.datamodel.reports.storageusage
 

T

test - Class in org.gcube.accounting.ut
 
test() - Constructor for class org.gcube.accounting.ut.test
 
TimeHelper - Class in org.gcube.accounting.common.helper
 
TimeHelper() - Constructor for class org.gcube.accounting.common.helper.TimeHelper
 
TimeRange - Class in org.gcube.accounting.common
 
TimeRange(Calendar, Calendar) - Constructor for class org.gcube.accounting.common.TimeRange
The constructor guarantees that 'from' is always before 'to'.
toEnum(String) - Static method in enum org.gcube.accounting.datamodel.reports.aggregation.Granule
 
toEnum(String) - Static method in enum org.gcube.accounting.datamodel.reports.GenericFilter_old
 
toEnum(String) - Method in interface org.gcube.accounting.datamodel.reports.ReportFilter
 
toEnum(String) - Method in enum org.gcube.accounting.datamodel.reports.storagestatus.StorageStatusReportFilter
 
toName() - Method in enum org.gcube.accounting.datamodel.reports.aggregation.Granule
 
toName() - Method in enum org.gcube.accounting.datamodel.reports.GenericFilter_old
 
toName() - Method in interface org.gcube.accounting.datamodel.reports.ReportFilter
 
toName() - Method in enum org.gcube.accounting.datamodel.reports.storagestatus.StorageStatusReportFilter
 
toString() - Method in enum org.gcube.accounting.datamodel.aggregation.AggregationField
 
toString() - Method in enum org.gcube.accounting.datamodel.aggregation.AggregationOperator
 
toString() - Method in enum org.gcube.accounting.datamodel.query.QueryField
 
toString() - Method in class org.gcube.accounting.datamodel.reports.aggregation.AggregatedResult
 
toString() - Method in class org.gcube.accounting.datamodel.reports.aggregation.FilterRating
 
toString() - Method in enum org.gcube.accounting.datamodel.reports.aggregation.Metric
 
toString() - Method in enum org.gcube.accounting.datamodel.reports.execution.ExecutionReportFilter
 
toString() - Method in enum org.gcube.accounting.datamodel.reports.execution.ExecutionReportType
 
toString() - Method in class org.gcube.accounting.datamodel.reports.Report
 
toString() - Method in enum org.gcube.accounting.datamodel.reports.service.ServiceReportFilter
 
toString() - Method in enum org.gcube.accounting.datamodel.reports.service.ServiceReportType
 
toString() - Method in enum org.gcube.accounting.datamodel.reports.storagestatus.StorageStatusReportType
 
toString() - Method in enum org.gcube.accounting.datamodel.reports.storageusage.StorageUsageReportFilter
 
toString() - Method in enum org.gcube.accounting.datamodel.reports.storageusage.StorageUsageReportType
 
toString() - Method in enum org.gcube.accounting.datamodel.ResourceTypes
 
toString() - Method in enum org.gcube.accounting.security.authz.Action
 
toString() - Method in class org.gcube.accounting.security.authz.Permission
Provide a string representation for this permission

U

UnauthorizedException - Exception in org.gcube.accounting.exception.rest
 
UnauthorizedException() - Constructor for exception org.gcube.accounting.exception.rest.UnauthorizedException
 
UnauthorizedException(String) - Constructor for exception org.gcube.accounting.exception.rest.UnauthorizedException
 
unmarshal(MyFilterRatingMapType) - Method in class org.gcube.accounting.datamodel.adapter.AdapterFilterRatingMap
 
unmarshal(String) - Method in class org.gcube.accounting.datamodel.adapter.DateTimeAdapter
 
unmarshal(AdapterFilterList) - Method in class org.gcube.accounting.datamodel.adapter.FiltersAdapter
 
unmarshal(Object) - Method in class org.gcube.accounting.datamodel.adapter.ObjectAdapter
 
UpdateInfo - Class in org.gcube.accounting.ut
A class modeling the update status of the usage tracker for a given infrastructure (a.k.a.
UpdateInfo() - Constructor for class org.gcube.accounting.ut.UpdateInfo
 
UpdateInfo(String, Long) - Constructor for class org.gcube.accounting.ut.UpdateInfo
 
UsageTrackerRestAPI - Class in org.gcube.accounting.ut
A client-side class for accessing the Usage Tracker
UsageTrackerRestAPI(String) - Constructor for class org.gcube.accounting.ut.UsageTrackerRestAPI
 
User - Class in org.gcube.accounting.datamodel
 
User() - Constructor for class org.gcube.accounting.datamodel.User
 
User(String, String) - Constructor for class org.gcube.accounting.datamodel.User
 

V

value - Variable in class org.gcube.accounting.datamodel.adapter.MyFilterRatingEntryType
 
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.aggregation.AggregationField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.aggregation.AggregationOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.query.QueryField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.query.QueryOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.reports.aggregation.Granule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.reports.aggregation.Metric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.reports.execution.ExecutionReportFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.reports.execution.ExecutionReportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.reports.GenericFilter_old
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.reports.service.ServiceReportFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.reports.service.ServiceReportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.reports.storagestatus.StorageStatusReportFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.reports.storagestatus.StorageStatusReportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.reports.storageusage.StorageUsageReportFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.reports.storageusage.StorageUsageReportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.datamodel.ResourceTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.security.authz.Action
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gcube.accounting.datamodel.aggregation.AggregationField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.datamodel.aggregation.AggregationOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.datamodel.query.QueryField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.datamodel.query.QueryOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.datamodel.reports.aggregation.Granule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.datamodel.reports.aggregation.Metric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.datamodel.reports.execution.ExecutionReportFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.datamodel.reports.execution.ExecutionReportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.datamodel.reports.GenericFilter_old
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.datamodel.reports.service.ServiceReportFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.datamodel.reports.service.ServiceReportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.datamodel.reports.storagestatus.StorageStatusReportFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.datamodel.reports.storagestatus.StorageStatusReportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.datamodel.reports.storageusage.StorageUsageReportFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.datamodel.reports.storageusage.StorageUsageReportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.datamodel.ResourceTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.security.authz.Action
Returns an array containing the constants of this enum type, in the order they are declared.
VersionHelper - Class in org.gcube.accounting
 
VersionHelper(String) - Constructor for class org.gcube.accounting.VersionHelper
 
VersionInfo - Class in org.gcube.accounting
 
VersionInfo() - Constructor for class org.gcube.accounting.VersionInfo
 

X

X509Filter - Class in org.gcube.accounting.security.authn.filter
 
X509Filter() - Constructor for class org.gcube.accounting.security.authn.filter.X509Filter
 

A B C D E F G H I K L M N O P Q R S T U V X

Copyright © 2013. All Rights Reserved.