Skip navigation links
A B C D E F G I L M O P R S T U 

A

AbstractResource - Class in org.ff4j.web.api.resources
SuperClass for common injections.
AbstractResource() - Constructor for class org.ff4j.web.api.resources.AbstractResource
 
asProperty() - Method in class org.ff4j.web.api.resources.domain.PropertyApiBean
 
AUTH_SCHEME_APIKEY - Static variable in class org.ff4j.web.api.security.FF4jSecurityContext
login using apiKey.
AUTH_SCHEME_BASIC - Static variable in class org.ff4j.web.api.security.FF4jSecurityContext
login using user/password.
AuthorizationsManagerApiBean - Class in org.ff4j.web.api.resources.domain
 
AuthorizationsManagerApiBean() - Constructor for class org.ff4j.web.api.resources.domain.AuthorizationsManagerApiBean
Default Constructor.
AuthorizationsManagerApiBean(AuthorizationsManager) - Constructor for class org.ff4j.web.api.resources.domain.AuthorizationsManagerApiBean
Copy constructor.

B

BarChartApiBean - Class in org.ff4j.web.api.resources.domain
Representation of a barchart for the API.
BarChartApiBean(BarChart) - Constructor for class org.ff4j.web.api.resources.domain.BarChartApiBean
Copy constructor.
BarSeriesApiBean - Class in org.ff4j.web.api.resources.domain
Target bean to display a bar series.
BarSeriesApiBean(Serie<Double>) - Constructor for class org.ff4j.web.api.resources.domain.BarSeriesApiBean
Constructor by copy.

C

CacheApiBean - Class in org.ff4j.web.api.resources.domain
Information of Cache.
CacheApiBean(FeatureStore) - Constructor for class org.ff4j.web.api.resources.domain.CacheApiBean
Constructor from its feature store.
CacheApiBean(PropertyStore) - Constructor for class org.ff4j.web.api.resources.domain.CacheApiBean
Constructor from its feature store.
check(HttpHeaders, String) - Method in class org.ff4j.web.api.resources.FF4jResource
Check if feature if flipped
checkMulti(HttpHeaders, UriInfo, Set<String>) - Method in class org.ff4j.web.api.resources.FF4jResource
Check if some features are flipped
checkPOST(HttpHeaders, String, MultivaluedMap<String, String>) - Method in class org.ff4j.web.api.resources.FF4jResource
Check if feature if flipped
clear() - Method in class org.ff4j.web.api.resources.FeatureStoreResource
POST Operation to clean cache.
clear() - Method in class org.ff4j.web.api.resources.PropertyStoreResource
POST Operation to clean cache.
clearFeatures() - Method in class org.ff4j.web.api.resources.FeatureStoreResource
 
clearProperties() - Method in class org.ff4j.web.api.resources.PropertyStoreResource
 
createSchema() - Method in class org.ff4j.web.api.resources.FeatureStoreResource
 
createSchema() - Method in class org.ff4j.web.api.resources.PropertyStoreResource
 

D

deleteFeature(String) - Method in class org.ff4j.web.api.resources.FeatureResource
Delete feature by its id.
deleteProperty(String) - Method in class org.ff4j.web.api.resources.PropertyResource
Delete feature by its id.

E

EventRepositoryApiBean - Class in org.ff4j.web.api.resources.domain
Bean to represent the event repository.
EventRepositoryApiBean() - Constructor for class org.ff4j.web.api.resources.domain.EventRepositoryApiBean
Default constructor.
EventRepositoryApiBean(EventRepository, Long, Long) - Constructor for class org.ff4j.web.api.resources.domain.EventRepositoryApiBean
 

F

FeatureApiBean - Class in org.ff4j.web.api.resources.domain
Representation of a feature within Web API.
FeatureApiBean() - Constructor for class org.ff4j.web.api.resources.domain.FeatureApiBean
Default Constructor.
FeatureApiBean(Feature) - Constructor for class org.ff4j.web.api.resources.domain.FeatureApiBean
Copy constructor.
FeatureMonitoringApiBean - Class in org.ff4j.web.api.resources.domain
Bean of target monitoring.
FeatureMonitoringApiBean(String) - Constructor for class org.ff4j.web.api.resources.domain.FeatureMonitoringApiBean
Constructor.
FeatureResource - Class in org.ff4j.web.api.resources
Represent a feature as WebResource.
FeatureResource() - Constructor for class org.ff4j.web.api.resources.FeatureResource
 
FeatureStoreApiBean - Class in org.ff4j.web.api.resources.domain
Representation of the store.
FeatureStoreApiBean() - Constructor for class org.ff4j.web.api.resources.domain.FeatureStoreApiBean
Default constructor.
FeatureStoreApiBean(FeatureStore) - Constructor for class org.ff4j.web.api.resources.domain.FeatureStoreApiBean
Constructor from its feature store.
FeatureStoreResource - Class in org.ff4j.web.api.resources
WebResource representing the store.
FeatureStoreResource() - Constructor for class org.ff4j.web.api.resources.FeatureStoreResource
 
ff4j - Variable in class org.ff4j.web.api.resources.AbstractResource
Access to Features through store.
FF4jJacksonMapper - Class in org.ff4j.web.api
Customize serializer.
FF4jJacksonMapper() - Constructor for class org.ff4j.web.api.FF4jJacksonMapper
 
FF4jResource - Class in org.ff4j.web.api.resources
This is the parent class for FF4J the REST API.
FF4jResource() - Constructor for class org.ff4j.web.api.resources.FF4jResource
 
FF4jSecurityContext - Class in org.ff4j.web.api.security
Default implementation of security context.
FF4jSecurityContext(String, String, Set<String>) - Constructor for class org.ff4j.web.api.security.FF4jSecurityContext
Custom security context.
FF4JSecurityContextHolder - Class in org.ff4j.web.api.security
Security Context holder.
FF4jStatusApiBean - Class in org.ff4j.web.api.resources.domain
API Bean to represent ff4j.
FF4jStatusApiBean() - Constructor for class org.ff4j.web.api.resources.domain.FF4jStatusApiBean
Default constructor.
FF4jStatusApiBean(FF4j) - Constructor for class org.ff4j.web.api.resources.domain.FF4jStatusApiBean
Parameterized Constructor.
FF4jSwaggerConfiguration - Class in org.ff4j.web.api
Swagger configuration is shared between different JAXRS implementations.
FlippingStrategyApiBean - Class in org.ff4j.web.api.resources.domain
Bean for flipping strategy
FlippingStrategyApiBean() - Constructor for class org.ff4j.web.api.resources.domain.FlippingStrategyApiBean
Target init parameters.
FlippingStrategyApiBean(FlippingStrategy) - Constructor for class org.ff4j.web.api.resources.domain.FlippingStrategyApiBean
Target init parameters.

G

get() - Method in class org.ff4j.web.api.resources.FeatureStoreResource
Allows to retrieve feature by its id.
get() - Method in class org.ff4j.web.api.resources.PropertyStoreResource
Allows to retrieve feature by its id.
getAuthenticationScheme() - Method in class org.ff4j.web.api.security.FF4jSecurityContext
getAuthorizationsManager() - Method in class org.ff4j.web.api.resources.domain.FF4jStatusApiBean
Getter accessor for attribute 'authorizationsManager'.
getBarChart() - Method in class org.ff4j.web.api.resources.domain.EventRepositoryApiBean
Getter accessor for attribute 'barChart'.
getBarChart() - Method in class org.ff4j.web.api.resources.domain.FeatureMonitoringApiBean
Getter accessor for attribute 'barChart'.
getBeanConfig() - Static method in class org.ff4j.web.api.FF4jSwaggerConfiguration
Allows to TODO
getCache() - Method in class org.ff4j.web.api.resources.domain.FeatureStoreApiBean
Getter accessor for attribute 'cache'.
getCache() - Method in class org.ff4j.web.api.resources.domain.PropertyStoreApiBean
Getter accessor for attribute 'cache'.
getCacheProvider() - Method in class org.ff4j.web.api.resources.domain.CacheApiBean
Getter accessor for attribute 'cacheProvider'.
getCacheStore() - Method in class org.ff4j.web.api.resources.domain.CacheApiBean
Getter accessor for attribute 'cacheStore'.
getColor() - Method in class org.ff4j.web.api.resources.domain.BarSeriesApiBean
Getter accessor for attribute 'color'.
getColor() - Method in class org.ff4j.web.api.resources.domain.PieSectorApiBean
Getter accessor for attribute 'color'.
getContext(Class<?>) - Method in class org.ff4j.web.api.FF4jJacksonMapper
getCustomProperties() - Method in class org.ff4j.web.api.resources.domain.FeatureApiBean
Getter accessor for attribute 'customProperties'.
getDescription() - Method in class org.ff4j.web.api.resources.domain.FeatureApiBean
Getter accessor for attribute 'description'.
getDescription() - Method in class org.ff4j.web.api.resources.domain.PropertyApiBean
Getter accessor for attribute 'description'.
getEventRepository() - Method in class org.ff4j.web.api.resources.domain.FF4jStatusApiBean
Getter accessor for attribute 'eventRepository'.
getEventsPie() - Method in class org.ff4j.web.api.resources.domain.EventRepositoryApiBean
Getter accessor for attribute 'eventsPie'.
getEventsPie() - Method in class org.ff4j.web.api.resources.domain.FeatureMonitoringApiBean
Getter accessor for attribute 'eventsPie'.
getFeatureMonitoring(String, Long, Long) - Method in class org.ff4j.web.api.resources.MonitoringResource
Provide core information on store and available sub resources.
getFeatureName() - Method in class org.ff4j.web.api.resources.domain.FeatureMonitoringApiBean
Getter accessor for attribute 'featureName'.
getFeatureNames() - Method in class org.ff4j.web.api.resources.domain.CacheApiBean
Getter accessor for attribute 'featureNames'.
getFeatures() - Method in class org.ff4j.web.api.resources.domain.FeatureStoreApiBean
Getter accessor for attribute 'features'.
getFeatures() - Method in class org.ff4j.web.api.resources.domain.GroupApiBean
Getter accessor for attribute 'features'.
getFeatures() - Method in class org.ff4j.web.api.resources.domain.GroupDescApiBean
Getter accessor for attribute 'features'.
getFeaturesStore() - Method in class org.ff4j.web.api.resources.domain.FF4jStatusApiBean
Getter accessor for attribute 'featuresStore'.
getFeatureStore() - Method in class org.ff4j.web.api.resources.AbstractResource
Getter accessor for attribute 'store'.
getFixedValues() - Method in class org.ff4j.web.api.resources.domain.PropertyApiBean
Getter accessor for attribute 'fixedValues'.
getFlippingStrategy() - Method in class org.ff4j.web.api.resources.domain.FeatureApiBean
Getter accessor for attribute 'flippingStrategy'.
getGroup() - Method in class org.ff4j.web.api.resources.domain.FeatureApiBean
Getter accessor for attribute 'group'.
getGroupName() - Method in class org.ff4j.web.api.resources.domain.GroupApiBean
Getter accessor for attribute 'groupName'.
getGroupName() - Method in class org.ff4j.web.api.resources.domain.GroupDescApiBean
Getter accessor for attribute 'groupName'.
getGroups() - Method in class org.ff4j.web.api.resources.domain.FeatureStoreApiBean
Getter accessor for attribute 'groups'.
getHitCount() - Method in class org.ff4j.web.api.resources.domain.EventRepositoryApiBean
Getter accessor for attribute 'hitCount'.
getHitCount() - Method in class org.ff4j.web.api.resources.domain.FeatureMonitoringApiBean
Getter accessor for attribute 'hitCount'.
getInitParams() - Method in class org.ff4j.web.api.resources.domain.FlippingStrategyApiBean
Getter accessor for attribute 'initParams'.
getLabel() - Method in class org.ff4j.web.api.resources.domain.BarSeriesApiBean
Getter accessor for attribute 'label'.
getLabel() - Method in class org.ff4j.web.api.resources.domain.PieSectorApiBean
Getter accessor for attribute 'label'.
getMonitoringStatus(Long, Long) - Method in class org.ff4j.web.api.resources.MonitoringResource
Provide core information on store and available sub resources.
getName() - Method in class org.ff4j.web.api.resources.domain.PropertyApiBean
Getter accessor for attribute 'name'.
getNumberOfFeatures() - Method in class org.ff4j.web.api.resources.domain.FeatureStoreApiBean
Getter accessor for attribute 'numberOfFeatures'.
getNumberOfGroups() - Method in class org.ff4j.web.api.resources.domain.FeatureStoreApiBean
Getter accessor for attribute 'numberOfGroups'.
getNumberOfProperties() - Method in class org.ff4j.web.api.resources.domain.PropertyStoreApiBean
Getter accessor for attribute 'numberOfProperties'.
getPermissions() - Method in class org.ff4j.web.api.resources.domain.AuthorizationsManagerApiBean
Getter accessor for attribute 'permissions'.
getPermissions() - Method in class org.ff4j.web.api.resources.domain.FeatureApiBean
Getter accessor for attribute 'permissions'.
getProperties() - Method in class org.ff4j.web.api.resources.domain.PropertyStoreApiBean
Getter accessor for attribute 'properties'.
getPropertyNames() - Method in class org.ff4j.web.api.resources.domain.CacheApiBean
Getter accessor for attribute 'propertyNames'.
getPropertyStore() - Method in class org.ff4j.web.api.resources.AbstractResource
Getter accessor for attribute 'propertyStore'.
getRepo() - Method in class org.ff4j.web.api.resources.AbstractResource
Getter accessor for attribute 'repo'.
getSectors() - Method in class org.ff4j.web.api.resources.domain.PieChartApiBean
Getter accessor for attribute 'sectors'.
getSecurityContext() - Static method in class org.ff4j.web.api.security.FF4JSecurityContextHolder
 
getSecurityStatus() - Method in class org.ff4j.web.api.resources.FF4jResource
Display security resources.
getSeries() - Method in class org.ff4j.web.api.resources.domain.BarChartApiBean
Getter accessor for attribute 'series'.
getStatus() - Method in class org.ff4j.web.api.resources.FeatureStoreResource
Allows to retrieve feature by its id.
getStatus() - Method in class org.ff4j.web.api.resources.FF4jResource
Provide core information on ff4J and available sub resources.
getStatus() - Method in class org.ff4j.web.api.resources.PropertyStoreResource
Allows to retrieve feature by its id.
getStatus(RuntimeException) - Method in class org.ff4j.web.api.resources.RuntimeExceptionMapper
Get HTTP Error code related to ff4j error.
getTitle() - Method in class org.ff4j.web.api.resources.domain.BarChartApiBean
Getter accessor for attribute 'title'.
getTitle() - Method in class org.ff4j.web.api.resources.domain.PieChartApiBean
Getter accessor for attribute 'title'.
getType() - Method in class org.ff4j.web.api.resources.domain.AuthorizationsManagerApiBean
Getter accessor for attribute 'type'.
getType() - Method in class org.ff4j.web.api.resources.domain.EventRepositoryApiBean
Getter accessor for attribute 'type'.
getType() - Method in class org.ff4j.web.api.resources.domain.FeatureStoreApiBean
Getter accessor for attribute 'type'.
getType() - Method in class org.ff4j.web.api.resources.domain.FlippingStrategyApiBean
Getter accessor for attribute 'type'.
getType() - Method in class org.ff4j.web.api.resources.domain.PropertyApiBean
Getter accessor for attribute 'type'.
getType() - Method in class org.ff4j.web.api.resources.domain.PropertyStoreApiBean
Getter accessor for attribute 'type'.
getUid() - Method in class org.ff4j.web.api.resources.domain.FeatureApiBean
Getter accessor for attribute 'uid'.
getUptime() - Method in class org.ff4j.web.api.resources.domain.FF4jStatusApiBean
Getter accessor for attribute 'uptime'.
getUserName() - Method in class org.ff4j.web.api.security.FF4jSecurityContext
Getter accessor for attribute 'userName'.
getUserPrincipal() - Method in class org.ff4j.web.api.security.FF4jSecurityContext
getUserRoles() - Method in class org.ff4j.web.api.security.FF4jSecurityContext
Getter accessor for attribute 'userRoles'.
getValue() - Method in class org.ff4j.web.api.resources.domain.PieSectorApiBean
Getter accessor for attribute 'value'.
getValue() - Method in class org.ff4j.web.api.resources.domain.PropertyApiBean
Getter accessor for attribute 'value'.
getVersion() - Method in class org.ff4j.web.api.resources.domain.FF4jStatusApiBean
Getter accessor for attribute 'version'.
GroupApiBean - Class in org.ff4j.web.api.resources.domain
Class representing a group.
GroupApiBean() - Constructor for class org.ff4j.web.api.resources.domain.GroupApiBean
 
GroupDescApiBean - Class in org.ff4j.web.api.resources.domain
Class representing a group.
GroupDescApiBean() - Constructor for class org.ff4j.web.api.resources.domain.GroupDescApiBean
Default constructor
GroupDescApiBean(String, List<String>) - Constructor for class org.ff4j.web.api.resources.domain.GroupDescApiBean
Paramaterized constructor.
GroupResource - Class in org.ff4j.web.api.resources
WebResource representing a group of features.
GroupResource() - Constructor for class org.ff4j.web.api.resources.GroupResource
 

I

isAutocreate() - Method in class org.ff4j.web.api.resources.domain.FF4jStatusApiBean
Getter accessor for attribute 'autocreate'.
isEnable() - Method in class org.ff4j.web.api.resources.domain.FeatureApiBean
Getter accessor for attribute 'enable'.
isSecure() - Method in class org.ff4j.web.api.security.FF4jSecurityContext
isUserInRole(String) - Method in class org.ff4j.web.api.security.FF4jSecurityContext

L

logger - Static variable in class org.ff4j.web.api.security.FF4jSecurityContext
 

M

MonitoringResource - Class in org.ff4j.web.api.resources
Monitoring Resource.
MonitoringResource() - Constructor for class org.ff4j.web.api.resources.MonitoringResource
 

O

operationAddGroup(String, String) - Method in class org.ff4j.web.api.resources.FeatureResource
Convenient method to update partially the feature: Adding to a group
operationDisable(String) - Method in class org.ff4j.web.api.resources.FeatureResource
Convenient method to update partially the feature: Here disabling
operationDisableGroup(String) - Method in class org.ff4j.web.api.resources.GroupResource
Convenient method to work on groupd : Here enabling
operationEnable(String) - Method in class org.ff4j.web.api.resources.FeatureResource
Convenient method to update partially the feature: Here enabling
operationEnable(String) - Method in class org.ff4j.web.api.resources.GroupResource
Convenient method to work on groupd : Here enabling
operationGrantRole(String, String) - Method in class org.ff4j.web.api.resources.FeatureResource
Convenient method to update partially the feature: Here grant a role
operationRemoveGroup(String, String) - Method in class org.ff4j.web.api.resources.FeatureResource
Convenient method to update partially the feature: Removing from a group
operationRemoveRole(String, String) - Method in class org.ff4j.web.api.resources.FeatureResource
Convenient method to update partially the feature: Here removing a role
operationUpdate(String, String) - Method in class org.ff4j.web.api.resources.PropertyResource
Convenient method to update partially the feature: Here enabling
org.ff4j.web.api - package org.ff4j.web.api
Implementation of REST API using Jersey.
org.ff4j.web.api.resources - package org.ff4j.web.api.resources
REST Resources of the API
org.ff4j.web.api.resources.domain - package org.ff4j.web.api.resources.domain
POJO used in REST interfaces (ApiBeans)
org.ff4j.web.api.security - package org.ff4j.web.api.security
Work with security.

P

PieChartApiBean - Class in org.ff4j.web.api.resources.domain
Representation of a pieChart.
PieChartApiBean(PieChart) - Constructor for class org.ff4j.web.api.resources.domain.PieChartApiBean
Constructor for the API.
PieSectorApiBean - Class in org.ff4j.web.api.resources.domain
Target bean to display a pie sector.
PieSectorApiBean(Serie<Integer>) - Constructor for class org.ff4j.web.api.resources.domain.PieSectorApiBean
Constructor by copy.
PropertyApiBean - Class in org.ff4j.web.api.resources.domain
Abstract representation of Property as webbean.
PropertyApiBean() - Constructor for class org.ff4j.web.api.resources.domain.PropertyApiBean
Default constructor for instrospection.
PropertyApiBean(Property<?>) - Constructor for class org.ff4j.web.api.resources.domain.PropertyApiBean
Initialization from Property.
PropertyResource - Class in org.ff4j.web.api.resources
WebResource representing the store.
PropertyResource() - Constructor for class org.ff4j.web.api.resources.PropertyResource
 
PropertyStoreApiBean - Class in org.ff4j.web.api.resources.domain
List available Properties
PropertyStoreApiBean() - Constructor for class org.ff4j.web.api.resources.domain.PropertyStoreApiBean
Default constructor.
PropertyStoreApiBean(PropertyStore) - Constructor for class org.ff4j.web.api.resources.domain.PropertyStoreApiBean
Constructor from its feature store.
PropertyStoreResource - Class in org.ff4j.web.api.resources
 
PropertyStoreResource() - Constructor for class org.ff4j.web.api.resources.PropertyStoreResource
 

R

read(String) - Method in class org.ff4j.web.api.resources.FeatureResource
Allows to retrieve feature by its id.
read(String) - Method in class org.ff4j.web.api.resources.GroupResource
Convenient method to work on groupd : Here enabling
read(String) - Method in class org.ff4j.web.api.resources.PropertyResource
Allows to retrieve feature by its id.
readFeatures() - Method in class org.ff4j.web.api.resources.FeatureStoreResource
 
readGroups() - Method in class org.ff4j.web.api.resources.FeatureStoreResource
Access groups part of the API.
readProperties() - Method in class org.ff4j.web.api.resources.PropertyStoreResource
 
request - Variable in class org.ff4j.web.api.resources.AbstractResource
current request.
RuntimeExceptionMapper - Class in org.ff4j.web.api.resources
Encapsulation of exception during FeatureWebService accesses.
RuntimeExceptionMapper() - Constructor for class org.ff4j.web.api.resources.RuntimeExceptionMapper
 

S

save(SecurityContext) - Static method in class org.ff4j.web.api.security.FF4JSecurityContextHolder
Return custom FF4J Security Context.
securityContext - Variable in class org.ff4j.web.api.resources.AbstractResource
security context is included within resources to get permissions.
setAuthorizationsManager(AuthorizationsManagerApiBean) - Method in class org.ff4j.web.api.resources.domain.FF4jStatusApiBean
Setter accessor for attribute 'authorizationsManager'.
setAutocreate(boolean) - Method in class org.ff4j.web.api.resources.domain.FF4jStatusApiBean
Setter accessor for attribute 'autocreate'.
setBarChart(BarChartApiBean) - Method in class org.ff4j.web.api.resources.domain.EventRepositoryApiBean
Setter accessor for attribute 'barChart'.
setBarChart(BarChartApiBean) - Method in class org.ff4j.web.api.resources.domain.FeatureMonitoringApiBean
Setter accessor for attribute 'barChart'.
setCache(CacheApiBean) - Method in class org.ff4j.web.api.resources.domain.FeatureStoreApiBean
Setter accessor for attribute 'cache'.
setCache(CacheApiBean) - Method in class org.ff4j.web.api.resources.domain.PropertyStoreApiBean
Setter accessor for attribute 'cache'.
setCacheProvider(String) - Method in class org.ff4j.web.api.resources.domain.CacheApiBean
Setter accessor for attribute 'cacheProvider'.
setCacheStore(String) - Method in class org.ff4j.web.api.resources.domain.CacheApiBean
Setter accessor for attribute 'cacheStore'.
setColor(String) - Method in class org.ff4j.web.api.resources.domain.BarSeriesApiBean
Setter accessor for attribute 'color'.
setColor(String) - Method in class org.ff4j.web.api.resources.domain.PieSectorApiBean
Setter accessor for attribute 'color'.
setCustomProperties(Map<String, PropertyApiBean>) - Method in class org.ff4j.web.api.resources.domain.FeatureApiBean
Setter accessor for attribute 'customProperties'.
setDescription(String) - Method in class org.ff4j.web.api.resources.domain.FeatureApiBean
Setter accessor for attribute 'description'.
setDescription(String) - Method in class org.ff4j.web.api.resources.domain.PropertyApiBean
Setter accessor for attribute 'description'.
setEnable(boolean) - Method in class org.ff4j.web.api.resources.domain.FeatureApiBean
Setter accessor for attribute 'enable'.
setEventRepository(EventRepositoryApiBean) - Method in class org.ff4j.web.api.resources.domain.FF4jStatusApiBean
Setter accessor for attribute 'eventRepository'.
setEventsPie(PieChartApiBean) - Method in class org.ff4j.web.api.resources.domain.EventRepositoryApiBean
Setter accessor for attribute 'eventsPie'.
setEventsPie(PieChartApiBean) - Method in class org.ff4j.web.api.resources.domain.FeatureMonitoringApiBean
Setter accessor for attribute 'eventsPie'.
setFeatureName(String) - Method in class org.ff4j.web.api.resources.domain.FeatureMonitoringApiBean
Setter accessor for attribute 'featureName'.
setFeatureNames(Set<String>) - Method in class org.ff4j.web.api.resources.domain.CacheApiBean
Setter accessor for attribute 'featureNames'.
setFeatures(List<String>) - Method in class org.ff4j.web.api.resources.domain.FeatureStoreApiBean
Setter accessor for attribute 'features'.
setFeatures(List<FeatureApiBean>) - Method in class org.ff4j.web.api.resources.domain.GroupApiBean
Setter accessor for attribute 'features'.
setFeatures(List<String>) - Method in class org.ff4j.web.api.resources.domain.GroupDescApiBean
Setter accessor for attribute 'features'.
setFeaturesStore(FeatureStoreApiBean) - Method in class org.ff4j.web.api.resources.domain.FF4jStatusApiBean
Setter accessor for attribute 'featuresStore'.
setFixedValues(Set<String>) - Method in class org.ff4j.web.api.resources.domain.PropertyApiBean
Setter accessor for attribute 'fixedValues'.
setFlippingStrategy(FlippingStrategyApiBean) - Method in class org.ff4j.web.api.resources.domain.FeatureApiBean
Setter accessor for attribute 'flippingStrategy'.
setGroup(String) - Method in class org.ff4j.web.api.resources.domain.FeatureApiBean
Setter accessor for attribute 'group'.
setGroupName(String) - Method in class org.ff4j.web.api.resources.domain.GroupApiBean
Setter accessor for attribute 'groupName'.
setGroupName(String) - Method in class org.ff4j.web.api.resources.domain.GroupDescApiBean
Setter accessor for attribute 'groupName'.
setGroups(List<String>) - Method in class org.ff4j.web.api.resources.domain.FeatureStoreApiBean
Setter accessor for attribute 'groups'.
setHitCount(int) - Method in class org.ff4j.web.api.resources.domain.EventRepositoryApiBean
Setter accessor for attribute 'hitCount'.
setHitCount(int) - Method in class org.ff4j.web.api.resources.domain.FeatureMonitoringApiBean
Setter accessor for attribute 'hitCount'.
setInitParams(Map<String, String>) - Method in class org.ff4j.web.api.resources.domain.FlippingStrategyApiBean
Setter accessor for attribute 'initParams'.
setLabel(String) - Method in class org.ff4j.web.api.resources.domain.BarSeriesApiBean
Setter accessor for attribute 'label'.
setLabel(String) - Method in class org.ff4j.web.api.resources.domain.PieSectorApiBean
Setter accessor for attribute 'label'.
setName(String) - Method in class org.ff4j.web.api.resources.domain.PropertyApiBean
Setter accessor for attribute 'name'.
setNumberOfFeatures(int) - Method in class org.ff4j.web.api.resources.domain.FeatureStoreApiBean
Setter accessor for attribute 'numberOfFeatures'.
setNumberOfGroups(int) - Method in class org.ff4j.web.api.resources.domain.FeatureStoreApiBean
Setter accessor for attribute 'numberOfGroups'.
setNumberOfProperties(int) - Method in class org.ff4j.web.api.resources.domain.PropertyStoreApiBean
Setter accessor for attribute 'numberOfProperties'.
setPermissions(List<String>) - Method in class org.ff4j.web.api.resources.domain.AuthorizationsManagerApiBean
Setter accessor for attribute 'permissions'.
setPermissions(List<String>) - Method in class org.ff4j.web.api.resources.domain.FeatureApiBean
Setter accessor for attribute 'permissions'.
setProperties(Set<String>) - Method in class org.ff4j.web.api.resources.domain.PropertyStoreApiBean
Setter accessor for attribute 'properties'.
setPropertyNames(Set<String>) - Method in class org.ff4j.web.api.resources.domain.CacheApiBean
Setter accessor for attribute 'propertyNames'.
setPropertyStore(PropertyStore) - Method in class org.ff4j.web.api.resources.AbstractResource
Setter accessor for attribute 'propertyStore'.
setSectors(List<PieSectorApiBean>) - Method in class org.ff4j.web.api.resources.domain.PieChartApiBean
Setter accessor for attribute 'sectors'.
setSeries(List<Serie<Integer>>) - Method in class org.ff4j.web.api.resources.domain.BarChartApiBean
Setter accessor for attribute 'series'.
setTitle(String) - Method in class org.ff4j.web.api.resources.domain.BarChartApiBean
Setter accessor for attribute 'title'.
setTitle(String) - Method in class org.ff4j.web.api.resources.domain.PieChartApiBean
Setter accessor for attribute 'title'.
setType(String) - Method in class org.ff4j.web.api.resources.domain.AuthorizationsManagerApiBean
Setter accessor for attribute 'type'.
setType(String) - Method in class org.ff4j.web.api.resources.domain.EventRepositoryApiBean
Setter accessor for attribute 'type'.
setType(String) - Method in class org.ff4j.web.api.resources.domain.FeatureStoreApiBean
Setter accessor for attribute 'type'.
setType(String) - Method in class org.ff4j.web.api.resources.domain.FlippingStrategyApiBean
Setter accessor for attribute 'type'.
setType(String) - Method in class org.ff4j.web.api.resources.domain.PropertyApiBean
Setter accessor for attribute 'type'.
setType(String) - Method in class org.ff4j.web.api.resources.domain.PropertyStoreApiBean
Setter accessor for attribute 'type'.
setUid(String) - Method in class org.ff4j.web.api.resources.domain.FeatureApiBean
Setter accessor for attribute 'uid'.
setUptime(String) - Method in class org.ff4j.web.api.resources.domain.FF4jStatusApiBean
Setter accessor for attribute 'uptime'.
setUserRoles(Set<String>) - Method in class org.ff4j.web.api.security.FF4jSecurityContext
Setter accessor for attribute 'userRoles'.
setValue(double) - Method in class org.ff4j.web.api.resources.domain.PieSectorApiBean
Setter accessor for attribute 'value'.
setValue(String) - Method in class org.ff4j.web.api.resources.domain.PropertyApiBean
Setter accessor for attribute 'value'.
setVersion(String) - Method in class org.ff4j.web.api.resources.domain.FF4jStatusApiBean
Setter accessor for attribute 'version'.

T

toResponse(RuntimeException) - Method in class org.ff4j.web.api.resources.RuntimeExceptionMapper

U

upsertFeature(HttpHeaders, String, FeatureApiBean) - Method in class org.ff4j.web.api.resources.FeatureResource
Create the feature if not exist or update it
upsertProperty(HttpHeaders, String, PropertyApiBean) - Method in class org.ff4j.web.api.resources.PropertyResource
Create the feature if not exist or update it
uriInfo - Variable in class org.ff4j.web.api.resources.AbstractResource
rest url.
A B C D E F G I L M O P R S T U 
Skip navigation links

Copyright © 2013–2022 FF4J. All rights reserved.