Package io.camunda.client.protocol.rest
Class AuthenticationConfigurationResponse
java.lang.Object
io.camunda.client.protocol.rest.AuthenticationConfigurationResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class AuthenticationConfigurationResponse
extends Object
Configuration for authentication and session management.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether users can log out (false for SaaS deployments).Whether login is delegated to an external identity provider.inthashCode()isLoginDelegated(Boolean isLoginDelegated) voidsetCanLogout(Boolean canLogout) voidsetIsLoginDelegated(Boolean isLoginDelegated) toString()
-
Field Details
-
JSON_PROPERTY_CAN_LOGOUT
- See Also:
-
JSON_PROPERTY_IS_LOGIN_DELEGATED
- See Also:
-
-
Constructor Details
-
AuthenticationConfigurationResponse
public AuthenticationConfigurationResponse()
-
-
Method Details
-
canLogout
-
getCanLogout
Whether users can log out (false for SaaS deployments).- Returns:
- canLogout
-
setCanLogout
-
isLoginDelegated
-
getIsLoginDelegated
Whether login is delegated to an external identity provider.- Returns:
- isLoginDelegated
-
setIsLoginDelegated
-
equals
-
hashCode
public int hashCode() -
toString
-