Class WebAppFeatureResolver
- java.lang.Object
-
- de.xima.fc.security.endpoint.state.WebAppFeatureResolver
-
- All Implemented Interfaces:
IAvailabiltyResolver
public class WebAppFeatureResolver extends Object implements IAvailabiltyResolver
Resolver that requires an activeweb app context feature
.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAvailable(IAvailabilityContext context)
Checks if the web endpoint is available with the given context.
-
-
-
Method Detail
-
isAvailable
public boolean isAvailable(IAvailabilityContext context)
Description copied from interface:IAvailabiltyResolver
Checks if the web endpoint is available with the given context.- Specified by:
isAvailable
in interfaceIAvailabiltyResolver
- Parameters:
context
- for determining if the web endpoint is available.- Returns:
true
if the web endpoint is available andfalse
otherwise.
-
-