Uses of Interface
de.xima.fc.interfaces.endpoint.state.IAvailabilityContext
Packages that use IAvailabilityContext
Package
Description
- 
Uses of IAvailabilityContext in de.xima.fc.interfaces.endpoint.state
Subinterfaces of IAvailabilityContext in de.xima.fc.interfaces.endpoint.stateModifier and TypeInterfaceDescriptioninterfaceExtendedavailability contextwith parameters to check the availability of a web endpoint.Methods in de.xima.fc.interfaces.endpoint.state with parameters of type IAvailabilityContextModifier and TypeMethodDescriptionbooleanIAvailabiltyResolver.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 - 
Uses of IAvailabilityContext in de.xima.fc.security.context.request
Classes in de.xima.fc.security.context.request that implement IAvailabilityContextModifier and TypeClassDescriptionclassCDI 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 IAvailabilityContextModifier and TypeMethodDescriptionstatic booleanSecurityWebEndpointHelper.isWebEndpointAvailable(IWebEndpoint endpoint, IAvailabilityContext context) Checks if the given web endpoint is available within the given context.