Package com.okta.sdk.resource.model
Class SingleLogout
java.lang.Object
com.okta.sdk.resource.model.SingleLogout
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class SingleLogout
extends Object
implements Serializable
Determines if the app supports Single Logout (SLO)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the application supports SLOThe issuer of the Service Provider that generates the SLO requestThe location where the logout response is sentinthashCode()voidsetEnabled(Boolean enabled) voidvoidsetLogoutUrl(String logoutUrl) toString()
-
Field Details
-
JSON_PROPERTY_ENABLED
- See Also:
-
JSON_PROPERTY_ISSUER
- See Also:
-
JSON_PROPERTY_LOGOUT_URL
- See Also:
-
-
Constructor Details
-
SingleLogout
public SingleLogout()
-
-
Method Details
-
enabled
-
getEnabled
Whether the application supports SLO- Returns:
- enabled
-
setEnabled
-
issuer
-
getIssuer
The issuer of the Service Provider that generates the SLO request- Returns:
- issuer
-
setIssuer
-
logoutUrl
-
getLogoutUrl
The location where the logout response is sent- Returns:
- logoutUrl
-
setLogoutUrl
-
equals
-
hashCode
public int hashCode() -
toString
-