Uses of Interface
net.officefloor.web.security.LogoutRequest
Packages that use LogoutRequest
Package
Description
-
Uses of LogoutRequest in net.officefloor.web.security
Methods in net.officefloor.web.security with parameters of type LogoutRequestModifier and TypeMethodDescriptionvoidHttpAuthentication.logout(LogoutRequest logoutRequest) Undertakes logging out. -
Uses of LogoutRequest in net.officefloor.web.security.scheme
Methods in net.officefloor.web.security.scheme with parameters of type LogoutRequestModifier and TypeMethodDescriptionvoidAnonymousHttpSecuritySource.logout(LogoutRequest logoutRequest) voidHttpAuthenticationImpl.logout(LogoutRequest logoutRequest) voidMockHttpAuthentication.logout(LogoutRequest logoutRequest) -
Uses of LogoutRequest in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security with parameters of type LogoutRequestModifier and TypeMethodDescriptionvoidAuthenticationContext.logout(LogoutRequest logoutRequest) Undertakes logout.