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 void
HttpAuthentication. 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 void
AnonymousHttpSecuritySource. authenticate(java.lang.Void credentials, AuthenticateRequest authenticateRequest)
void
HttpAuthenticationImpl. authenticate(C credentials, AuthenticateRequest authenticateRequest)
void
MockHttpAuthentication. 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 void
AuthenticationContext. authenticate(C credentials, AuthenticateRequest authenticateRequest)
Undertakes authentication.
-