- FeatureStoreHttp - Class in org.ff4j.web.jersey2.store
-
Implementation of store using HttpClient connection.
- FeatureStoreHttp() - Constructor for class org.ff4j.web.jersey2.store.FeatureStoreHttp
-
Default construtor
- FeatureStoreHttp(String) - Constructor for class org.ff4j.web.jersey2.store.FeatureStoreHttp
-
Initialization from URL.
- FeatureStoreHttp(String, String) - Constructor for class org.ff4j.web.jersey2.store.FeatureStoreHttp
-
Authentication through APIKEY.
- FeatureStoreHttp(String, String, String) - Constructor for class org.ff4j.web.jersey2.store.FeatureStoreHttp
-
Authentication through login/password.
- FF4jApiApplicationJersey2x - Class in org.ff4j.web.api
-
Parent class to provide FF4J REST API using Jersey2x.
- FF4jApiApplicationJersey2x() - Constructor for class org.ff4j.web.api.FF4jApiApplicationJersey2x
-
Initialisation of Jersey2 application.
- FF4jApiApplicationJersey2x.FF4jBinder - Class in org.ff4j.web.api
-
Injection of FF4J.
- FF4jAuthenticationFilter - Class in org.ff4j.web.api.security
-
Filter to get security.
- FF4jAuthenticationFilter() - Constructor for class org.ff4j.web.api.security.FF4jAuthenticationFilter
-
- FF4jAuthorizationFilter - Class in org.ff4j.web.api.security
-
Filter to get security.
- FF4jAuthorizationFilter() - Constructor for class org.ff4j.web.api.security.FF4jAuthorizationFilter
-
- FF4jBinder() - Constructor for class org.ff4j.web.api.FF4jApiApplicationJersey2x.FF4jBinder
-
- 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
-
- filter(ContainerRequestContext) - Method in class org.ff4j.web.api.filter.ApiKeyValidatorFilter
-
Before Method invocation reading HTTP REQUEST.
- filter(ContainerRequestContext) - Method in class org.ff4j.web.api.security.FF4jAuthenticationFilter
-
Apply the filter ozz: check input request, validate or not with user auth
- filter(ContainerRequestContext) - Method in class org.ff4j.web.api.security.FF4jAuthorizationFilter
-
Apply the filter ozz: check input request, validate or not with user auth