Uses of Interface
net.officefloor.web.accept.AcceptNegotiator
-
Packages that use AcceptNegotiator Package Description net.officefloor.web.accept net.officefloor.web.build net.officefloor.web.security.impl -
-
Uses of AcceptNegotiator in net.officefloor.web.accept
Classes in net.officefloor.web.accept that implement AcceptNegotiator Modifier and Type Class Description classAcceptNegotiatorImpl<H>AcceptNegotiatorimplementation.Methods in net.officefloor.web.accept that return AcceptNegotiator Modifier and Type Method Description AcceptNegotiator<H>AcceptNegotiatorBuilderImpl. build() -
Uses of AcceptNegotiator in net.officefloor.web.build
Methods in net.officefloor.web.build that return AcceptNegotiator Modifier and Type Method Description AcceptNegotiator<H>AcceptNegotiatorBuilder. build()Builds theAcceptNegotiator. -
Uses of AcceptNegotiator in net.officefloor.web.security.impl
Constructors in net.officefloor.web.security.impl with parameters of type AcceptNegotiator Constructor Description DefaultHttpAuthenticationManagedObjectSource(AcceptNegotiator<int[]> negotiator, java.lang.String[] httpSecurityNames)Instantiate.HandleAuthenticationRequiredFunction(java.lang.String[] httpSecurityNameToFlowIndex, AcceptNegotiator<int[]> challengeNegotiator)Instantiate.HandleAuthenticationRequiredSectionSource(java.lang.String[] httpSecurityNames, AcceptNegotiator<int[]> challengeNegotiator)Instantiate.
-