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:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class SloParticipate
extends Object
implements Serializable
SloParticipate
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbindingType(SloParticipate.BindingTypeEnum bindingType) booleanRequest binding typeAllows the app to participate in front-channel single logout.URL where Okta sends the logout request.Include user session details.inthashCode()logoutRequestUrl(String logoutRequestUrl) sessionIndexRequired(Boolean sessionIndexRequired) voidsetBindingType(SloParticipate.BindingTypeEnum bindingType) voidsetEnabled(Boolean enabled) voidsetLogoutRequestUrl(String logoutRequestUrl) voidsetSessionIndexRequired(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
-