Uses of Interface
de.xima.fc.interfaces.endpoint.state.IAvailabilityContext
-
-
Uses of IAvailabilityContext in de.xima.fc.interfaces.endpoint.state
Subinterfaces of IAvailabilityContext in de.xima.fc.interfaces.endpoint.state Modifier and Type Interface Description interface
IRequestAvailabilityContext
Extendedavailability context
with parameters to check the availability of a web endpoint.Methods in de.xima.fc.interfaces.endpoint.state with parameters of type IAvailabilityContext Modifier and Type Method Description boolean
IAvailabiltyResolver. isAvailable(IAvailabilityContext context)
Checks if the web endpoint is available with the given context. -
Uses of IAvailabilityContext in de.xima.fc.security.context
Classes in de.xima.fc.security.context that implement IAvailabilityContext Modifier and Type Class Description class
AvailabilityContext
-
Uses of IAvailabilityContext in de.xima.fc.security.context.request
Classes in de.xima.fc.security.context.request that implement IAvailabilityContext Modifier and Type Class Description class
RequestAvailabilityContext
CDI model bean for accessing view availability context information of the current request. -
Uses of IAvailabilityContext in de.xima.fc.security.endpoint.state
Methods in de.xima.fc.security.endpoint.state with parameters of type IAvailabilityContext Modifier and Type Method Description boolean
ServerConfigFeatureResolver. isAvailable(IAvailabilityContext context)
boolean
WebAppFeatureResolver. isAvailable(IAvailabilityContext context)
-
Uses of IAvailabilityContext in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper with parameters of type IAvailabilityContext Modifier and Type Method Description static boolean
SecurityWebEndpointHelper. isWebEndpointAvailable(IWebEndpoint endpoint, IAvailabilityContext context)
Checks if the given web endpoint is available within the given context.
-