@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05: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) |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
activate()
Success
|
Authenticator |
deactivate()
Success
|
java.util.Date |
getCreated() |
java.lang.String |
getId() |
java.lang.String |
getKey() |
java.util.Date |
getLastUpdated() |
java.util.Map<java.lang.String,java.lang.Object> |
getLinks() |
java.lang.String |
getName() |
java.util.Map<java.lang.String,Property> |
getPropertyDescriptors() |
java.lang.Class<? extends Resource> |
getResourceClass()
Returns the class this resource represents.
|
AuthenticatorSettings |
getSettings() |
AuthenticatorStatus |
getStatus() |
AuthenticatorType |
getType() |
Authenticator |
setKey(java.lang.String key) |
Authenticator |
setName(java.lang.String name) |
Authenticator |
setSettings(AuthenticatorSettings settings) |
Authenticator |
setStatus(AuthenticatorStatus status) |
Authenticator |
setType(AuthenticatorType type) |
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, 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 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-10-11T13:51:56.108-05: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-10-11T13:51:56.108-05:00",
comments="POST - /api/v1/authenticators/{authenticatorId}/lifecycle/deactivate")
public Authenticator deactivate()
deactivate in interface AuthenticatorCopyright © 2017-2021 Okta. All Rights Reserved.