Package com.okta.authn.sdk.resource
Interface Factor
-
- All Superinterfaces:
com.okta.sdk.resource.ExtensibleResource
,Map<String,Object>
,com.okta.sdk.resource.PropertyRetriever
,com.okta.sdk.resource.Resource
- All Known Implementing Classes:
DefaultFactor
public interface Factor extends com.okta.sdk.resource.ExtensibleResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FactorActivation
getActivation()
<T extends FactorActivation>
TgetActivation(Class<T> activationClass)
Map<String,Object>
getEmbedded()
String
getId()
Map<String,Link>
getLinks()
Map<String,Object>
getProfile()
FactorProvider
getProvider()
String
getStatus()
FactorType
getType()
String
getVendorName()
-
Methods inherited from interface java.util.Map
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
-
-
-
-
Method Detail
-
getId
String getId()
-
getStatus
String getStatus()
-
getType
FactorType getType()
-
getProvider
FactorProvider getProvider()
-
getVendorName
String getVendorName()
-
getActivation
FactorActivation getActivation()
-
getActivation
<T extends FactorActivation> T getActivation(Class<T> activationClass)
-
-