Uses of Class
org.bonitasoft.web.client.api.AuthenticationApi.LogoutQueryParams
Packages that use AuthenticationApi.LogoutQueryParams
-
Uses of AuthenticationApi.LogoutQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return AuthenticationApi.LogoutQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type AuthenticationApi.LogoutQueryParamsModifier and TypeMethodDescriptionvoidAuthenticationApi.logout(AuthenticationApi.LogoutQueryParams queryParams) Logout the current user Logout the current user from the system Note, this is equivalent to the otherlogoutmethod, but with the query parameters collected into a single Map parameter.AuthenticationApi.logoutWithHttpInfo(AuthenticationApi.LogoutQueryParams queryParams) Logout the current user Logout the current user from the system Note, this is equivalent to the otherlogoutthat receives the query parameters as a map, but this one also exposes the Http response headers