Package com.okta.sdk.resource.model
Class OktaSignOnPolicyRuleSignonSessionActions
java.lang.Object
com.okta.sdk.resource.model.OktaSignOnPolicyRuleSignonSessionActions
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class OktaSignOnPolicyRuleSignonSessionActions
extends Object
implements Serializable
OktaSignOnPolicyRuleSignonSessionActions
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get maxSessionIdleMinutesGet maxSessionLifetimeMinutesGet usePersistentCookieint
hashCode()
maxSessionIdleMinutes
(Integer maxSessionIdleMinutes) maxSessionLifetimeMinutes
(Integer maxSessionLifetimeMinutes) void
setMaxSessionIdleMinutes
(Integer maxSessionIdleMinutes) void
setMaxSessionLifetimeMinutes
(Integer maxSessionLifetimeMinutes) void
setUsePersistentCookie
(Boolean usePersistentCookie) toString()
usePersistentCookie
(Boolean usePersistentCookie)
-
Field Details
-
JSON_PROPERTY_MAX_SESSION_IDLE_MINUTES
- See Also:
-
JSON_PROPERTY_MAX_SESSION_LIFETIME_MINUTES
- See Also:
-
JSON_PROPERTY_USE_PERSISTENT_COOKIE
- See Also:
-
-
Constructor Details
-
OktaSignOnPolicyRuleSignonSessionActions
public OktaSignOnPolicyRuleSignonSessionActions()
-
-
Method Details
-
maxSessionIdleMinutes
public OktaSignOnPolicyRuleSignonSessionActions maxSessionIdleMinutes(Integer maxSessionIdleMinutes) -
getMaxSessionIdleMinutes
Get maxSessionIdleMinutes- Returns:
- maxSessionIdleMinutes
-
setMaxSessionIdleMinutes
-
maxSessionLifetimeMinutes
public OktaSignOnPolicyRuleSignonSessionActions maxSessionLifetimeMinutes(Integer maxSessionLifetimeMinutes) -
getMaxSessionLifetimeMinutes
Get maxSessionLifetimeMinutes- Returns:
- maxSessionLifetimeMinutes
-
setMaxSessionLifetimeMinutes
-
usePersistentCookie
-
getUsePersistentCookie
Get usePersistentCookie- Returns:
- usePersistentCookie
-
setUsePersistentCookie
-
equals
-
hashCode
public int hashCode() -
toString
-