Uses of Interface
de.xima.fc.interfaces.endpoint.state.IAvailabilityContext
- 
Packages that use IAvailabilityContext Package Description de.xima.fc.interfaces.endpoint.state de.xima.fc.security.context de.xima.fc.security.context.request de.xima.fc.security.helper  - 
- 
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 interfaceIRequestAvailabilityContextExtendedavailability contextwith 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 booleanIAvailabiltyResolver. 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 classAvailabilityContext - 
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 classRequestAvailabilityContextCDI model bean for accessing view availability context information of the current request. - 
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 booleanSecurityWebEndpointHelper. isWebEndpointAvailable(IWebEndpoint endpoint, IAvailabilityContext context)Checks if the given web endpoint is available within the given context. 
 -