Uses of Interface
net.officefloor.web.security.AuthenticateRequest
-
Packages that use AuthenticateRequest Package Description net.officefloor.web.security net.officefloor.web.security.scheme net.officefloor.web.spi.security -
-
Uses of AuthenticateRequest in net.officefloor.web.security
Methods in net.officefloor.web.security with parameters of type AuthenticateRequest Modifier and Type Method Description voidHttpAuthentication. 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 AuthenticateRequest Modifier and Type Method Description voidAnonymousHttpSecuritySource. authenticate(java.lang.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 AuthenticateRequest Modifier and Type Method Description voidAuthenticationContext. authenticate(C credentials, AuthenticateRequest authenticateRequest)Undertakes authentication.
-