@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00") public class DefaultOAuth2Claim extends AbstractInstanceResource<OAuth2Claim> implements OAuth2Claim
OAuth2Claim.ClaimTypeEnum, OAuth2Claim.GroupFilterTypeEnum, OAuth2Claim.StatusEnum, OAuth2Claim.ValueTypeEnum
properties
readLock, writeLock
Constructor and Description |
---|
DefaultOAuth2Claim(InternalDataStore dataStore) |
DefaultOAuth2Claim(InternalDataStore dataStore,
Map<String,Object> properties) |
delete, save
clear, containsKey, containsValue, createPropertyDescriptorMap, createPropertyDescriptorMap, entrySet, equals, get, getDataStore, getDeletedPropertyNames, getInternalProperties, getParamsFromHref, getProperty, getPropertyNames, getResourceHref, getResourceListProperty, getResourceProperty, getUpdatedPropertyNames, hashCode, hasProperty, isDirty, isEmpty, isPrintableProperty, keySet, materialize, put, putAll, remove, setInternalProperties, setProperty, setProperty, setResourceHref, size, toString, values
getBoolean, getBoolean, getBooleanProperty, getCharArray, getDateProperty, getDoubleProperty, getDoubleProperty, getEnumListProperty, getEnumProperty, getEnumProperty, getInt, getInteger, getIntegerList, getIntProperty, getIntProperty, getListProperty, getListProperty, getMap, getMapProperty, getNonEmptyMap, getNullableBoolean, getNullableBooleanProperty, getNumber, getNumberList, getString, getString, getStringList, getStringProperty, setProperty, setProperty
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public DefaultOAuth2Claim(InternalDataStore dataStore)
public DefaultOAuth2Claim(InternalDataStore dataStore, Map<String,Object> properties)
public Map<String,Property> getPropertyDescriptors()
getPropertyDescriptors
in class AbstractResource
public Class<? extends Resource> getResourceClass()
AbstractInstanceResource
Foo
, in this case this method may return Foo.class
.
(Defaults to getClass()
.)getResourceClass
in class AbstractInstanceResource<OAuth2Claim>
public Map<String,Object> getLinks()
getLinks
in interface OAuth2Claim
public Boolean getAlwaysIncludeInToken()
getAlwaysIncludeInToken
in interface OAuth2Claim
public OAuth2Claim setAlwaysIncludeInToken(Boolean alwaysIncludeInToken)
setAlwaysIncludeInToken
in interface OAuth2Claim
public OAuth2Claim.ClaimTypeEnum getClaimType()
getClaimType
in interface OAuth2Claim
public OAuth2Claim setClaimType(OAuth2Claim.ClaimTypeEnum claimType)
setClaimType
in interface OAuth2Claim
public OAuth2ClaimConditions getConditions()
getConditions
in interface OAuth2Claim
public OAuth2Claim setConditions(OAuth2ClaimConditions conditions)
setConditions
in interface OAuth2Claim
public OAuth2Claim.GroupFilterTypeEnum getGroupFilterType()
getGroupFilterType
in interface OAuth2Claim
public OAuth2Claim setGroupFilterType(OAuth2Claim.GroupFilterTypeEnum groupFilterType)
setGroupFilterType
in interface OAuth2Claim
public String getId()
getId
in interface OAuth2Claim
public String getName()
getName
in interface OAuth2Claim
public OAuth2Claim setName(String name)
setName
in interface OAuth2Claim
public OAuth2Claim.StatusEnum getStatus()
getStatus
in interface OAuth2Claim
public OAuth2Claim setStatus(OAuth2Claim.StatusEnum status)
setStatus
in interface OAuth2Claim
public Boolean getSystem()
getSystem
in interface OAuth2Claim
public OAuth2Claim setSystem(Boolean system)
setSystem
in interface OAuth2Claim
public String getValue()
getValue
in interface OAuth2Claim
public OAuth2Claim setValue(String value)
setValue
in interface OAuth2Claim
public OAuth2Claim.ValueTypeEnum getValueType()
getValueType
in interface OAuth2Claim
public OAuth2Claim setValueType(OAuth2Claim.ValueTypeEnum valueType)
setValueType
in interface OAuth2Claim
Copyright © 2017–2023 Okta. All rights reserved.