Package com.okta.authn.sdk.resource
Interface FactorActivation
-
- All Superinterfaces:
com.okta.sdk.resource.ExtensibleResource
,java.util.Map<java.lang.String,java.lang.Object>
,com.okta.sdk.resource.PropertyRetriever
,com.okta.sdk.resource.Resource
- All Known Subinterfaces:
DuoFactorActivation
,PushFactorActivation
,TotpFactorActivation
,U2fFactorActivation
- All Known Implementing Classes:
DefaultFactorActivation
public interface FactorActivation extends com.okta.sdk.resource.ExtensibleResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAppId()
java.lang.String
getEncoding()
java.util.Date
getExpiresAt()
java.lang.String
getFactorResult()
java.lang.String
getHost()
java.lang.Integer
getKeyLength()
java.util.Map<java.lang.String,Link>
getLinks()
java.lang.String
getNonce()
java.lang.String
getSharedSecret()
java.lang.String
getSignature()
java.lang.Integer
getTimeoutSeconds()
java.lang.Integer
getTimeStep()
java.lang.String
getVersion()
-
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
-
getLinks
java.util.Map<java.lang.String,Link> getLinks()
-
getTimeStep
java.lang.Integer getTimeStep()
-
getSharedSecret
java.lang.String getSharedSecret()
-
getEncoding
java.lang.String getEncoding()
-
getKeyLength
java.lang.Integer getKeyLength()
-
getHost
java.lang.String getHost()
-
getSignature
java.lang.String getSignature()
-
getFactorResult
java.lang.String getFactorResult()
-
getExpiresAt
java.util.Date getExpiresAt()
-
getVersion
java.lang.String getVersion()
-
getAppId
java.lang.String getAppId()
-
getNonce
java.lang.String getNonce()
-
getTimeoutSeconds
java.lang.Integer getTimeoutSeconds()
-
-