@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00")
public class DefaultAuthenticator
extends AbstractInstanceResource<Authenticator>
implements Authenticator
propertiesreadLock, writeLock| Constructor and Description |
|---|
DefaultAuthenticator(InternalDataStore dataStore) |
DefaultAuthenticator(InternalDataStore dataStore,
java.util.Map<java.lang.String,java.lang.Object> properties) |
delete, saveclear, 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, valuesgetBoolean, 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, setPropertyclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResourceHref, setResourceHrefgetBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListpublic DefaultAuthenticator(InternalDataStore dataStore)
public DefaultAuthenticator(InternalDataStore dataStore, java.util.Map<java.lang.String,java.lang.Object> properties)
public java.util.Map<java.lang.String,Property> getPropertyDescriptors()
getPropertyDescriptors in class AbstractResourcepublic java.lang.Class<? extends Resource> getResourceClass()
AbstractInstanceResourceFoo, in this case this method may return Foo.class.
(Defaults to getClass().)getResourceClass in class AbstractInstanceResource<Authenticator>public java.util.Map<java.lang.String,java.lang.Object> getLinks()
getLinks in interface Authenticatorpublic java.util.Date getCreated()
getCreated in interface Authenticatorpublic java.lang.String getId()
getId in interface Authenticatorpublic java.lang.String getKey()
getKey in interface Authenticatorpublic Authenticator setKey(java.lang.String key)
setKey in interface Authenticatorpublic java.util.Date getLastUpdated()
getLastUpdated in interface Authenticatorpublic java.lang.String getName()
getName in interface Authenticatorpublic Authenticator setName(java.lang.String name)
setName in interface Authenticatorpublic AuthenticatorProvider getProvider()
getProvider in interface Authenticatorpublic Authenticator setProvider(AuthenticatorProvider provider)
setProvider in interface Authenticatorpublic AuthenticatorSettings getSettings()
getSettings in interface Authenticatorpublic Authenticator setSettings(AuthenticatorSettings settings)
setSettings in interface Authenticatorpublic AuthenticatorStatus getStatus()
getStatus in interface Authenticatorpublic Authenticator setStatus(AuthenticatorStatus status)
setStatus in interface Authenticatorpublic AuthenticatorType getType()
getType in interface Authenticatorpublic Authenticator setType(AuthenticatorType type)
setType in interface Authenticator@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/authenticators/{authenticatorId}/lifecycle/activate")
public Authenticator activate()
activate in interface Authenticator@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="PUT - /api/v1/authenticators/{authenticatorId}")
public Authenticator update()
update in interface Authenticator@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/authenticators/{authenticatorId}/lifecycle/deactivate")
public Authenticator deactivate()
deactivate in interface AuthenticatorCopyright © 2017-2021 Okta. All Rights Reserved.