Class ServerConfigFeatureResolver
java.lang.Object
de.xima.fc.security.endpoint.state.ServerConfigFeatureResolver
- All Implemented Interfaces:
IAvailabiltyResolver
Resolver that requires an active
server configuration feature.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisAvailable(IAvailabilityContext context) Checks if the web endpoint is available with the given context.
-
Method Details
-
isAvailable
Description copied from interface:IAvailabiltyResolverChecks if the web endpoint is available with the given context.- Specified by:
isAvailablein interfaceIAvailabiltyResolver- Parameters:
context- for determining if the web endpoint is available.- Returns:
trueif the web endpoint is available andfalseotherwise.
-