@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00") public class DefaultJsonWebKey extends AbstractInstanceResource<JsonWebKey> implements JsonWebKey
properties
readLock, writeLock
Constructor and Description |
---|
DefaultJsonWebKey(InternalDataStore dataStore) |
DefaultJsonWebKey(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 DefaultJsonWebKey(InternalDataStore dataStore)
public DefaultJsonWebKey(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<JsonWebKey>
public Map<String,Object> getLinks()
getLinks
in interface JsonWebKey
public String getAlg()
getAlg
in interface JsonWebKey
public JsonWebKey setAlg(String alg)
setAlg
in interface JsonWebKey
public Date getCreated()
getCreated
in interface JsonWebKey
public JsonWebKey setCreated(Date created)
setCreated
in interface JsonWebKey
public String getE()
getE
in interface JsonWebKey
public JsonWebKey setE(String e)
setE
in interface JsonWebKey
public Date getExpiresAt()
getExpiresAt
in interface JsonWebKey
public JsonWebKey setExpiresAt(Date expiresAt)
setExpiresAt
in interface JsonWebKey
public List<String> getKeyOps()
getKeyOps
in interface JsonWebKey
public JsonWebKey setKeyOps(List<String> keyOps)
setKeyOps
in interface JsonWebKey
public String getKid()
getKid
in interface JsonWebKey
public JsonWebKey setKid(String kid)
setKid
in interface JsonWebKey
public String getKty()
getKty
in interface JsonWebKey
public JsonWebKey setKty(String kty)
setKty
in interface JsonWebKey
public Date getLastUpdated()
getLastUpdated
in interface JsonWebKey
public JsonWebKey setLastUpdated(Date lastUpdated)
setLastUpdated
in interface JsonWebKey
public String getN()
getN
in interface JsonWebKey
public JsonWebKey setN(String n)
setN
in interface JsonWebKey
public String getStatus()
getStatus
in interface JsonWebKey
public JsonWebKey setStatus(String status)
setStatus
in interface JsonWebKey
public String getUse()
getUse
in interface JsonWebKey
public JsonWebKey setUse(String use)
setUse
in interface JsonWebKey
public List<String> getX5c()
getX5c
in interface JsonWebKey
public JsonWebKey setX5c(List<String> x5c)
setX5c
in interface JsonWebKey
public String getX5t()
getX5t
in interface JsonWebKey
public JsonWebKey setX5t(String x5t)
setX5t
in interface JsonWebKey
public String getX5tS256()
getX5tS256
in interface JsonWebKey
public JsonWebKey setX5tS256(String x5tS256)
setX5tS256
in interface JsonWebKey
public String getX5u()
getX5u
in interface JsonWebKey
public JsonWebKey setX5u(String x5u)
setX5u
in interface JsonWebKey
Copyright © 2017–2023 Okta. All rights reserved.