Package com.okta.sdk.resource.model
Class SloParticipate
java.lang.Object
com.okta.sdk.resource.model.SloParticipate
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class SloParticipate
extends Object
implements Serializable
Determines if the app participates in Single Logout (SLO)
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbindingType
(SloParticipate.BindingTypeEnum bindingType) boolean
Request binding typeIndicates whether the app is allowed to participate in front-channel SLOURL where Okta sends the logout requestDetermines whether Okta sends the `SessionIndex` elements in the logout requestint
hashCode()
logoutRequestUrl
(String logoutRequestUrl) sessionIndexRequired
(Boolean sessionIndexRequired) void
setBindingType
(SloParticipate.BindingTypeEnum bindingType) void
setEnabled
(Boolean enabled) void
setLogoutRequestUrl
(String logoutRequestUrl) void
setSessionIndexRequired
(Boolean sessionIndexRequired) toString()
-
Field Details
-
JSON_PROPERTY_BINDING_TYPE
- See Also:
-
JSON_PROPERTY_ENABLED
- See Also:
-
JSON_PROPERTY_LOGOUT_REQUEST_URL
- See Also:
-
JSON_PROPERTY_SESSION_INDEX_REQUIRED
- See Also:
-
-
Constructor Details
-
SloParticipate
public SloParticipate()
-
-
Method Details
-
bindingType
-
getBindingType
Request binding type- Returns:
- bindingType
-
setBindingType
-
enabled
-
getEnabled
Indicates whether the app is allowed to participate in front-channel SLO- Returns:
- enabled
-
setEnabled
-
logoutRequestUrl
-
getLogoutRequestUrl
URL where Okta sends the logout request- Returns:
- logoutRequestUrl
-
setLogoutRequestUrl
-
sessionIndexRequired
-
getSessionIndexRequired
Determines whether Okta sends the `SessionIndex` elements in the logout request- Returns:
- sessionIndexRequired
-
setSessionIndexRequired
-
equals
-
hashCode
public int hashCode() -
toString
-