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

A

addToGroup(String, String) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp

B

buildAuthorization4ApiKey(String) - Static method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
Build Authorization header for technical user.
buildAuthorization4ApiKey(String) - Static method in class org.ff4j.web.jersey1.store.PropertyStoreHttp
Build Authorization header for technical user.
buildAuthorization4UserName(String, String) - Static method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
Build Authorization header for final user.
buildAuthorization4UserName(String, String) - Static method in class org.ff4j.web.jersey1.store.PropertyStoreHttp
Build Authorization header for final user.

C

clear() - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
clear() - Method in class org.ff4j.web.jersey1.store.PropertyStoreHttp
client - Variable in class org.ff4j.web.jersey1.store.FeatureStoreHttp
Jersey Client.
client - Variable in class org.ff4j.web.jersey1.store.PropertyStoreHttp
Jersey Client.
create(AbstractMethod) - Method in class org.ff4j.web.api.security.FF4jRolesResourceFilterFactory
create(Feature) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
createProperty(Property<T>) - Method in class org.ff4j.web.jersey1.store.PropertyStoreHttp
createSchema() - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
createSchema() - Method in class org.ff4j.web.jersey1.store.PropertyStoreHttp

D

delete(String) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
deleteProperty(String) - Method in class org.ff4j.web.jersey1.store.PropertyStoreHttp
disable(String) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
disableGroup(String) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp

E

enable(String) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
enableGroup(String) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
exist(String) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
existGroup(String) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
existProperty(String) - Method in class org.ff4j.web.jersey1.store.PropertyStoreHttp

F

FeatureStoreHttp - Class in org.ff4j.web.jersey1.store
Implementation of store using HttpClient connection.
FeatureStoreHttp() - Constructor for class org.ff4j.web.jersey1.store.FeatureStoreHttp
Default construtor
FeatureStoreHttp(String) - Constructor for class org.ff4j.web.jersey1.store.FeatureStoreHttp
Initialization from URL.
FeatureStoreHttp(String, String) - Constructor for class org.ff4j.web.jersey1.store.FeatureStoreHttp
Authentication through APIKEY.
FeatureStoreHttp(String, String, String) - Constructor for class org.ff4j.web.jersey1.store.FeatureStoreHttp
Authentication through login/password.
FF4JApiApplication - Class in org.ff4j.web.api
Jersey1x implementation of Application to create the webapi.
FF4JApiApplication() - Constructor for class org.ff4j.web.api.FF4JApiApplication
Constructor to defined resources.
FF4JApiApplication.FF4jInjectableProvider - Class in org.ff4j.web.api
Injection of bean ff4j within this static class.
FF4jInjectableProvider(FF4j) - Constructor for class org.ff4j.web.api.FF4JApiApplication.FF4jInjectableProvider
 
FF4jRolesResourceFilterFactory - Class in org.ff4j.web.api.security
List filters for the inbound request
FF4jRolesResourceFilterFactory() - Constructor for class org.ff4j.web.api.security.FF4jRolesResourceFilterFactory
 
FF4JSecurityContextAuthenticationManager - Class in org.ff4j.web.api.security
Implementation of Manager to base permissions on incoming user.
FF4JSecurityContextAuthenticationManager() - Constructor for class org.ff4j.web.api.security.FF4JSecurityContextAuthenticationManager
 
FF4jSecurityContextFilter - Class in org.ff4j.web.api.security
Filter to get security.
FF4jSecurityContextFilter() - Constructor for class org.ff4j.web.api.security.FF4jSecurityContextFilter
 
FF4jTracingContextFilter - Class in org.ff4j.web.api
Resource Filter related to logging.
FF4jTracingContextFilter() - Constructor for class org.ff4j.web.api.FF4jTracingContextFilter
 
filter(ContainerRequest) - Method in class org.ff4j.web.api.security.FF4jSecurityContextFilter
Apply the filter : check input request, validate or not with user auth

G

getApiConfig() - Method in class org.ff4j.web.api.FF4JApiApplication
Child class must fullfil the configuration of the apicd
getApiConfig() - Static method in class org.ff4j.web.api.security.FF4jRolesResourceFilterFactory
 
getClasses() - Method in class org.ff4j.web.api.FF4JApiApplication
getCurrentUserName() - Method in class org.ff4j.web.api.security.FF4JSecurityContextAuthenticationManager
getCurrentUserPermissions() - Method in class org.ff4j.web.api.security.FF4JSecurityContextAuthenticationManager
getRequestFilter() - Method in class org.ff4j.web.api.FF4jTracingContextFilter
getRequestFilter() - Method in class org.ff4j.web.api.security.FF4jSecurityContextFilter
getResponseFilter() - Method in class org.ff4j.web.api.FF4jTracingContextFilter
getResponseFilter() - Method in class org.ff4j.web.api.security.FF4jSecurityContextFilter
getSecurityConfig() - Static method in class org.ff4j.web.api.security.FF4jSecurityContextFilter
 
getUrl() - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
Getter accessor for attribute 'url'.
grantRoleOnFeature(String, String) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp

L

listAllPermissions() - Method in class org.ff4j.web.api.security.FF4JSecurityContextAuthenticationManager
listPropertyNames() - Method in class org.ff4j.web.jersey1.store.PropertyStoreHttp
log - Variable in class org.ff4j.web.api.FF4JApiApplication
logger for this class.

O

OCCURED - Static variable in class org.ff4j.web.jersey1.store.PropertyStoreHttp
 
org.ff4j.web.api - package org.ff4j.web.api
Implementation of REST API using Jersey
org.ff4j.web.api.security - package org.ff4j.web.api.security
Work with security
org.ff4j.web.jersey1.store - package org.ff4j.web.jersey1.store
Act as a FeatureStore but contact remotely WebAPI through HTTP.

P

PropertyStoreHttp - Class in org.ff4j.web.jersey1.store
Implementation of the store with REST.
PropertyStoreHttp() - Constructor for class org.ff4j.web.jersey1.store.PropertyStoreHttp
Default construtor
PropertyStoreHttp(String) - Constructor for class org.ff4j.web.jersey1.store.PropertyStoreHttp
Initialization from URL.
PropertyStoreHttp(String, String) - Constructor for class org.ff4j.web.jersey1.store.PropertyStoreHttp
Authentication through APIKEY.
PropertyStoreHttp(String, String, String) - Constructor for class org.ff4j.web.jersey1.store.PropertyStoreHttp
Authentication through login/password.

R

read(String) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
readAll() - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
readAllGroups() - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
readAllProperties() - Method in class org.ff4j.web.jersey1.store.PropertyStoreHttp
readGroup(String) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
readProperty(String) - Method in class org.ff4j.web.jersey1.store.PropertyStoreHttp
removeFromGroup(String, String) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
removeRoleFromFeature(String, String) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp

S

setApiConfig(ApiConfig) - Static method in class org.ff4j.web.api.security.FF4jRolesResourceFilterFactory
 
setSecurityConfig(ApiConfig) - Static method in class org.ff4j.web.api.security.FF4jSecurityContextFilter
 
setUrl(String) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
Setter accessor for attribute 'url'.

U

update(Feature) - Method in class org.ff4j.web.jersey1.store.FeatureStoreHttp
A B C D E F G L O P R S U 
Skip navigation links

Copyright © 2013–2017 FF4J. All rights reserved.