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 active web app context feature.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • 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 interface IAvailabiltyResolver
      Parameters:
      context - for determining if the web endpoint is available.
      Returns:
      true if the web endpoint is available and false otherwise.