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, values
getBoolean, 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, setProperty
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.AbstractResource
public java.lang.String getStateToken()
getStateToken
in interface AuthenticationResponse
public java.lang.String getType()
getType
in interface AuthenticationResponse
public java.util.Date getExpiresAt()
getExpiresAt
in interface AuthenticationResponse
public AuthenticationStatus getStatus()
getStatus
in interface AuthenticationResponse
public java.lang.String getStatusString()
getStatusString
in interface AuthenticationResponse
public java.lang.String getFactorResult()
getFactorResult
in interface AuthenticationResponse
public java.lang.String getFactorResultMessage()
getFactorResultMessage
in interface AuthenticationResponse
public java.lang.String getRelayState()
getRelayState
in interface AuthenticationResponse
public java.lang.String getRecoveryToken()
getRecoveryToken
in interface AuthenticationResponse
public java.lang.String getSessionToken()
getSessionToken
in interface AuthenticationResponse
public java.lang.String getIdToken()
getIdToken
in interface AuthenticationResponse
public java.lang.String getFactorType()
getFactorType
in interface AuthenticationResponse
public java.lang.String getRecoveryType()
getRecoveryType
in interface AuthenticationResponse
public java.util.Map<java.lang.String,java.lang.Object> getEmbedded()
getEmbedded
in interface AuthenticationResponse
public java.util.Map<java.lang.String,Link> getLinks()
getLinks
in interface AuthenticationResponse
public User getUser()
getUser
in interface AuthenticationResponse
public java.util.List<Factor> getFactors()
getFactors
in interface AuthenticationResponse
public java.lang.Integer getCorrectAnswer()
getCorrectAnswer
in interface AuthenticationResponse
Copyright © 2018-2022 Okta. All Rights Reserved.