public interface Factor
extends com.okta.sdk.resource.ExtensibleResource
Modifier and Type | Method and Description |
---|---|
FactorActivation |
getActivation() |
<T extends FactorActivation> |
getActivation(Class<T> activationClass) |
Map<String,Object> |
getEmbedded() |
String |
getId() |
Map<String,Link> |
getLinks() |
Map<String,Object> |
getProfile() |
com.okta.sdk.resource.user.factor.FactorProvider |
getProvider() |
String |
getStatus() |
com.okta.sdk.resource.user.factor.FactorType |
getType() |
String |
getVendorName() |
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
String getId()
String getStatus()
com.okta.sdk.resource.user.factor.FactorType getType()
com.okta.sdk.resource.user.factor.FactorProvider getProvider()
String getVendorName()
FactorActivation getActivation()
<T extends FactorActivation> T getActivation(Class<T> activationClass)
Copyright © 2018 Okta. All rights reserved.