Package com.okta.sdk.resource.model
Class TokenAuthorizationServerPolicyRuleAction
java.lang.Object
com.okta.sdk.resource.model.TokenAuthorizationServerPolicyRuleAction
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class TokenAuthorizationServerPolicyRuleAction
extends Object
implements Serializable
TokenAuthorizationServerPolicyRuleAction
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessTokenLifetimeMinutes(Integer accessTokenLifetimeMinutes) booleanGet accessTokenLifetimeMinutesGet inlineHookGet refreshTokenLifetimeMinutesGet refreshTokenWindowMinutesinthashCode()refreshTokenLifetimeMinutes(Integer refreshTokenLifetimeMinutes) refreshTokenWindowMinutes(Integer refreshTokenWindowMinutes) voidsetAccessTokenLifetimeMinutes(Integer accessTokenLifetimeMinutes) voidvoidsetRefreshTokenLifetimeMinutes(Integer refreshTokenLifetimeMinutes) voidsetRefreshTokenWindowMinutes(Integer refreshTokenWindowMinutes) toString()
-
Field Details
-
JSON_PROPERTY_ACCESS_TOKEN_LIFETIME_MINUTES
- See Also:
-
JSON_PROPERTY_INLINE_HOOK
- See Also:
-
JSON_PROPERTY_REFRESH_TOKEN_LIFETIME_MINUTES
- See Also:
-
JSON_PROPERTY_REFRESH_TOKEN_WINDOW_MINUTES
- See Also:
-
-
Constructor Details
-
TokenAuthorizationServerPolicyRuleAction
public TokenAuthorizationServerPolicyRuleAction()
-
-
Method Details
-
accessTokenLifetimeMinutes
public TokenAuthorizationServerPolicyRuleAction accessTokenLifetimeMinutes(Integer accessTokenLifetimeMinutes) -
getAccessTokenLifetimeMinutes
Get accessTokenLifetimeMinutes- Returns:
- accessTokenLifetimeMinutes
-
setAccessTokenLifetimeMinutes
-
inlineHook
public TokenAuthorizationServerPolicyRuleAction inlineHook(TokenAuthorizationServerPolicyRuleActionInlineHook inlineHook) -
getInlineHook
Get inlineHook- Returns:
- inlineHook
-
setInlineHook
-
refreshTokenLifetimeMinutes
public TokenAuthorizationServerPolicyRuleAction refreshTokenLifetimeMinutes(Integer refreshTokenLifetimeMinutes) -
getRefreshTokenLifetimeMinutes
Get refreshTokenLifetimeMinutes- Returns:
- refreshTokenLifetimeMinutes
-
setRefreshTokenLifetimeMinutes
-
refreshTokenWindowMinutes
public TokenAuthorizationServerPolicyRuleAction refreshTokenWindowMinutes(Integer refreshTokenWindowMinutes) -
getRefreshTokenWindowMinutes
Get refreshTokenWindowMinutes- Returns:
- refreshTokenWindowMinutes
-
setRefreshTokenWindowMinutes
-
equals
-
hashCode
public int hashCode() -
toString
-