Class SecurityApiBundleProvider
- java.lang.Object
-
- de.xima.fc.api.rest.client.integration.SecurityApiBundleProvider
-
@RequestScoped public class SecurityApiBundleProvider extends Object
Provides aApiBundle
for the public security REST API.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description SecurityApiBundleProvider(IRestClientConfig restClientConfig, javax.servlet.http.HttpServletRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
closeClient()
-
-
-
Constructor Detail
-
SecurityApiBundleProvider
@Inject public SecurityApiBundleProvider(IRestClientConfig restClientConfig, javax.servlet.http.HttpServletRequest request)
-
-