Uses of Class
org.bonitasoft.web.client.api.AuthenticationApi.LogoutQueryParams
-
Packages that use AuthenticationApi.LogoutQueryParams Package Description org.bonitasoft.web.client.api -
-
Uses of AuthenticationApi.LogoutQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return AuthenticationApi.LogoutQueryParams Modifier and Type Method Description AuthenticationApi.LogoutQueryParamsAuthenticationApi.LogoutQueryParams. redirect(String value)Methods in org.bonitasoft.web.client.api with parameters of type AuthenticationApi.LogoutQueryParams Modifier and Type Method Description voidAuthenticationApi. 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.ApiResponse<Void>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
-