Package com.okta.sdk.resource.model
Class OAuth2Claim
java.lang.Object
com.okta.sdk.resource.model.OAuth2Claim
- 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 OAuth2Claim
extends Object
implements Serializable
OAuth2Claim
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionalwaysIncludeInToken
(Boolean alwaysIncludeInToken) claimType
(OAuth2ClaimType claimType) conditions
(OAuth2ClaimConditions conditions) boolean
Get alwaysIncludeInTokenGet claimTypeGet conditionsGet groupFilterTypegetId()
Get idgetLinks()
Get linksgetName()
Get nameGet statusGet systemgetValue()
Get valueGet valueTypegroupFilterType
(OAuth2ClaimGroupFilterType groupFilterType) int
hashCode()
void
setAlwaysIncludeInToken
(Boolean alwaysIncludeInToken) void
setClaimType
(OAuth2ClaimType claimType) void
setConditions
(OAuth2ClaimConditions conditions) void
setGroupFilterType
(OAuth2ClaimGroupFilterType groupFilterType) void
void
void
setStatus
(LifecycleStatus status) void
void
void
setValueType
(OAuth2ClaimValueType valueType) status
(LifecycleStatus status) toString()
valueType
(OAuth2ClaimValueType valueType)
-
Field Details
-
JSON_PROPERTY_ALWAYS_INCLUDE_IN_TOKEN
- See Also:
-
JSON_PROPERTY_CLAIM_TYPE
- See Also:
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
JSON_PROPERTY_GROUP_FILTER_TYPE
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_SYSTEM
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_VALUE_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
OAuth2Claim
public OAuth2Claim()
-
-
Method Details
-
alwaysIncludeInToken
-
getAlwaysIncludeInToken
Get alwaysIncludeInToken- Returns:
- alwaysIncludeInToken
-
setAlwaysIncludeInToken
-
claimType
-
getClaimType
Get claimType- Returns:
- claimType
-
setClaimType
-
conditions
-
getConditions
Get conditions- Returns:
- conditions
-
setConditions
-
groupFilterType
-
getGroupFilterType
Get groupFilterType- Returns:
- groupFilterType
-
setGroupFilterType
-
getId
Get id- Returns:
- id
-
name
-
getName
Get name- Returns:
- name
-
setName
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
system
-
getSystem
Get system- Returns:
- system
-
setSystem
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
valueType
-
getValueType
Get valueType- Returns:
- valueType
-
setValueType
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-