public class DefaultAuthenticationResponse extends com.okta.sdk.impl.resource.AbstractResource implements AuthenticationResponse
| Constructor and Description |
|---|
DefaultAuthenticationResponse(com.okta.sdk.impl.ds.InternalDataStore dataStore,
java.util.Map<java.lang.String,java.lang.Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCorrectAnswer() |
java.util.Map<java.lang.String,java.lang.Object> |
getEmbedded() |
java.util.Date |
getExpiresAt() |
java.lang.String |
getFactorResult() |
java.lang.String |
getFactorResultMessage() |
java.util.List<Factor> |
getFactors() |
java.lang.String |
getFactorType() |
java.lang.String |
getIdToken() |
java.util.Map<java.lang.String,Link> |
getLinks() |
java.util.Map<java.lang.String,com.okta.sdk.impl.resource.Property> |
getPropertyDescriptors() |
java.lang.String |
getRecoveryToken() |
java.lang.String |
getRecoveryType() |
java.lang.String |
getRelayState() |
java.lang.String |
getSessionToken() |
java.lang.String |
getStateToken() |
AuthenticationStatus |
getStatus() |
java.lang.String |
getStatusString() |
java.lang.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, waitpublic DefaultAuthenticationResponse(com.okta.sdk.impl.ds.InternalDataStore dataStore,
java.util.Map<java.lang.String,java.lang.Object> properties)
public java.util.Map<java.lang.String,com.okta.sdk.impl.resource.Property> getPropertyDescriptors()
getPropertyDescriptors in class com.okta.sdk.impl.resource.AbstractResourcepublic java.lang.String getStateToken()
getStateToken in interface AuthenticationResponsepublic java.lang.String getType()
getType in interface AuthenticationResponsepublic java.util.Date getExpiresAt()
getExpiresAt in interface AuthenticationResponsepublic AuthenticationStatus getStatus()
getStatus in interface AuthenticationResponsepublic java.lang.String getStatusString()
getStatusString in interface AuthenticationResponsepublic java.lang.String getFactorResult()
getFactorResult in interface AuthenticationResponsepublic java.lang.String getFactorResultMessage()
getFactorResultMessage in interface AuthenticationResponsepublic java.lang.String getRelayState()
getRelayState in interface AuthenticationResponsepublic java.lang.String getRecoveryToken()
getRecoveryToken in interface AuthenticationResponsepublic java.lang.String getSessionToken()
getSessionToken in interface AuthenticationResponsepublic java.lang.String getIdToken()
getIdToken in interface AuthenticationResponsepublic java.lang.String getFactorType()
getFactorType in interface AuthenticationResponsepublic java.lang.String getRecoveryType()
getRecoveryType in interface AuthenticationResponsepublic java.util.Map<java.lang.String,java.lang.Object> getEmbedded()
getEmbedded in interface AuthenticationResponsepublic java.util.Map<java.lang.String,Link> getLinks()
getLinks in interface AuthenticationResponsepublic User getUser()
getUser in interface AuthenticationResponsepublic java.util.List<Factor> getFactors()
getFactors in interface AuthenticationResponsepublic java.lang.Integer getCorrectAnswer()
getCorrectAnswer in interface AuthenticationResponseCopyright © 2018-2021 Okta. All Rights Reserved.