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-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class SloParticipate
extends Object
implements Serializable
SloParticipate
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbindingType
(SloParticipate.BindingTypeEnum bindingType) boolean
Request binding typeAllows the app to participate in front-channel single logout.URL where Okta sends the logout request.Include user session details.int
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
-
setEnabled
-
logoutRequestUrl
-
getLogoutRequestUrl
-
setLogoutRequestUrl
-
sessionIndexRequired
-
getSessionIndexRequired
-
setSessionIndexRequired
-
equals
-
hashCode
-
toString
-