@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00") public interface Authenticator extends ExtensibleResource
Modifier and Type | Method and Description |
---|---|
Authenticator |
activate()
Success
|
Authenticator |
deactivate()
Success
|
Date |
getCreated() |
String |
getId() |
String |
getKey() |
Date |
getLastUpdated() |
Map<String,Object> |
getLinks() |
String |
getName() |
AuthenticatorProvider |
getProvider() |
AuthenticatorSettings |
getSettings() |
AuthenticatorStatus |
getStatus() |
AuthenticatorType |
getType() |
Authenticator |
setKey(String key) |
Authenticator |
setName(String name) |
Authenticator |
setProvider(AuthenticatorProvider provider) |
Authenticator |
setSettings(AuthenticatorSettings settings) |
Authenticator |
setStatus(AuthenticatorStatus status) |
Authenticator |
setType(AuthenticatorType type) |
Authenticator |
update()
Update Authenticator
Updates an authenticator
|
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
Date getCreated()
String getId()
String getKey()
Authenticator setKey(String key)
Date getLastUpdated()
String getName()
Authenticator setName(String name)
AuthenticatorProvider getProvider()
Authenticator setProvider(AuthenticatorProvider provider)
AuthenticatorSettings getSettings()
Authenticator setSettings(AuthenticatorSettings settings)
AuthenticatorStatus getStatus()
Authenticator setStatus(AuthenticatorStatus status)
AuthenticatorType getType()
Authenticator setType(AuthenticatorType type)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/authenticators/{authenticatorId}/lifecycle/activate") Authenticator activate()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="PUT - /api/v1/authenticators/{authenticatorId}") Authenticator update()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/authenticators/{authenticatorId}/lifecycle/deactivate") Authenticator deactivate()
Copyright © 2017–2023 Okta. All rights reserved.