Uses of Interface
net.officefloor.web.security.AuthenticateRequest
Packages that use AuthenticateRequest
Package
Description
-
Uses of AuthenticateRequest in net.officefloor.web.security
Methods in net.officefloor.web.security with parameters of type AuthenticateRequestModifier and TypeMethodDescriptionvoidHttpAuthentication.authenticate(C credentials, AuthenticateRequest authenticateRequest) Triggers to undertake authentication. -
Uses of AuthenticateRequest in net.officefloor.web.security.scheme
Methods in net.officefloor.web.security.scheme with parameters of type AuthenticateRequestModifier and TypeMethodDescriptionvoidAnonymousHttpSecuritySource.authenticate(Void credentials, AuthenticateRequest authenticateRequest) voidHttpAuthenticationImpl.authenticate(C credentials, AuthenticateRequest authenticateRequest) voidMockHttpAuthentication.authenticate(C credentials, AuthenticateRequest authenticationRequest) -
Uses of AuthenticateRequest in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security with parameters of type AuthenticateRequestModifier and TypeMethodDescriptionvoidAuthenticationContext.authenticate(C credentials, AuthenticateRequest authenticateRequest) Undertakes authentication.