public class DefaultAuthenticationResponse extends com.okta.sdk.impl.resource.AbstractResource implements AuthenticationResponse
| Constructor and Description |
|---|
DefaultAuthenticationResponse(com.okta.sdk.impl.ds.InternalDataStore dataStore,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCorrectAnswer() |
Map<String,Object> |
getEmbedded() |
Date |
getExpiresAt() |
String |
getFactorResult() |
String |
getFactorResultMessage() |
List<Factor> |
getFactors() |
String |
getFactorType() |
String |
getIdToken() |
Map<String,Link> |
getLinks() |
Map<String,com.okta.sdk.impl.resource.Property> |
getPropertyDescriptors() |
String |
getRecoveryToken() |
String |
getRecoveryType() |
String |
getRelayState() |
String |
getSessionToken() |
String |
getStateToken() |
AuthenticationStatus |
getStatus() |
String |
getStatusString() |
String |
getType() |
User |
getUser() |
clear, 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, waitgetBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic Map<String,com.okta.sdk.impl.resource.Property> getPropertyDescriptors()
getPropertyDescriptors in class com.okta.sdk.impl.resource.AbstractResourcepublic String getStateToken()
getStateToken in interface AuthenticationResponsepublic String getType()
getType in interface AuthenticationResponsepublic Date getExpiresAt()
getExpiresAt in interface AuthenticationResponsepublic AuthenticationStatus getStatus()
getStatus in interface AuthenticationResponsepublic String getStatusString()
getStatusString in interface AuthenticationResponsepublic String getFactorResult()
getFactorResult in interface AuthenticationResponsepublic String getFactorResultMessage()
getFactorResultMessage in interface AuthenticationResponsepublic String getRelayState()
getRelayState in interface AuthenticationResponsepublic String getRecoveryToken()
getRecoveryToken in interface AuthenticationResponsepublic String getSessionToken()
getSessionToken in interface AuthenticationResponsepublic String getIdToken()
getIdToken in interface AuthenticationResponsepublic String getFactorType()
getFactorType in interface AuthenticationResponsepublic String getRecoveryType()
getRecoveryType in interface AuthenticationResponsepublic Map<String,Object> getEmbedded()
getEmbedded in interface AuthenticationResponsepublic Map<String,Link> getLinks()
getLinks in interface AuthenticationResponsepublic User getUser()
getUser in interface AuthenticationResponsepublic List<Factor> getFactors()
getFactors in interface AuthenticationResponsepublic Integer getCorrectAnswer()
getCorrectAnswer in interface AuthenticationResponseCopyright © 2018–2024 Okta. All rights reserved.