| Package | Description |
|---|---|
| org.ff4j.web |
Provides bean definitions to work with web (API).
|
| Modifier and Type | Method and Description |
|---|---|
ApiConfig |
ApiConfigBuilder.build() |
ApiConfig |
ApiConfig.createApiKey(String apiKey,
boolean read,
boolean write,
Set<String> usrPerm)
Helper method to create an apiKey.
|
ApiConfig |
ApiConfig.createUser(String userName,
String password,
boolean read,
boolean write,
Set<String> usrPerm)
Helper method to create a user.
|
| Constructor and Description |
|---|
ApiConfigBuilder(ApiConfig initConf) |
Copyright © 2013–2017 FF4J. All rights reserved.