@RestController @RequestMapping(value="/ff4j") public class FF4jResource extends Object
| Constructor and Description |
|---|
FF4jResource() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Boolean> |
check(String featureUID) |
org.springframework.http.ResponseEntity<Boolean> |
check(String featureUID,
org.springframework.util.MultiValueMap<String,String> formParams) |
AuthorizationsManagerApiBean |
getSecurityInfo() |
FF4jStatusApiBean |
getStatus() |
@RequestMapping(method=GET,
produces="application/json")
public FF4jStatusApiBean getStatus()
@RequestMapping(value="/security",
method=GET,
produces="application/json")
public AuthorizationsManagerApiBean getSecurityInfo()
@RequestMapping(value="/check/{uid}",
method=GET)
public org.springframework.http.ResponseEntity<Boolean> check(@PathVariable(value="uid")
String featureUID)
Copyright © 2013–2016 FF4J. All rights reserved.