@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class OktaSignOnPolicyRuleSignonSessionActions extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_MAX_SESSION_IDLE_MINUTES  | 
static String | 
JSON_PROPERTY_MAX_SESSION_LIFETIME_MINUTES  | 
static String | 
JSON_PROPERTY_USE_PERSISTENT_COOKIE  | 
| Constructor and Description | 
|---|
OktaSignOnPolicyRuleSignonSessionActions()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
Integer | 
getMaxSessionIdleMinutes()
Get maxSessionIdleMinutes 
 | 
Integer | 
getMaxSessionLifetimeMinutes()
Get maxSessionLifetimeMinutes 
 | 
Boolean | 
getUsePersistentCookie()
Get usePersistentCookie 
 | 
int | 
hashCode()  | 
OktaSignOnPolicyRuleSignonSessionActions | 
maxSessionIdleMinutes(Integer maxSessionIdleMinutes)  | 
OktaSignOnPolicyRuleSignonSessionActions | 
maxSessionLifetimeMinutes(Integer maxSessionLifetimeMinutes)  | 
void | 
setMaxSessionIdleMinutes(Integer maxSessionIdleMinutes)  | 
void | 
setMaxSessionLifetimeMinutes(Integer maxSessionLifetimeMinutes)  | 
void | 
setUsePersistentCookie(Boolean usePersistentCookie)  | 
String | 
toString()  | 
OktaSignOnPolicyRuleSignonSessionActions | 
usePersistentCookie(Boolean usePersistentCookie)  | 
public static final String JSON_PROPERTY_MAX_SESSION_IDLE_MINUTES
public static final String JSON_PROPERTY_MAX_SESSION_LIFETIME_MINUTES
public static final String JSON_PROPERTY_USE_PERSISTENT_COOKIE
public OktaSignOnPolicyRuleSignonSessionActions()
public OktaSignOnPolicyRuleSignonSessionActions maxSessionIdleMinutes(Integer maxSessionIdleMinutes)
@Nullable public Integer getMaxSessionIdleMinutes()
public void setMaxSessionIdleMinutes(Integer maxSessionIdleMinutes)
public OktaSignOnPolicyRuleSignonSessionActions maxSessionLifetimeMinutes(Integer maxSessionLifetimeMinutes)
@Nullable public Integer getMaxSessionLifetimeMinutes()
public void setMaxSessionLifetimeMinutes(Integer maxSessionLifetimeMinutes)
public OktaSignOnPolicyRuleSignonSessionActions usePersistentCookie(Boolean usePersistentCookie)
@Nullable public Boolean getUsePersistentCookie()
public void setUsePersistentCookie(Boolean usePersistentCookie)
Copyright © 2017–2023 Okta. All rights reserved.