@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class LogAuthenticationContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_AUTHENTICATION_PROVIDER |
static java.lang.String |
JSON_PROPERTY_AUTHENTICATION_STEP |
static java.lang.String |
JSON_PROPERTY_CREDENTIAL_PROVIDER |
static java.lang.String |
JSON_PROPERTY_CREDENTIAL_TYPE |
static java.lang.String |
JSON_PROPERTY_EXTERNAL_SESSION_ID |
static java.lang.String |
JSON_PROPERTY_INTERFACE |
static java.lang.String |
JSON_PROPERTY_ISSUER |
Constructor and Description |
---|
LogAuthenticationContext() |
public static final java.lang.String JSON_PROPERTY_AUTHENTICATION_PROVIDER
public static final java.lang.String JSON_PROPERTY_AUTHENTICATION_STEP
public static final java.lang.String JSON_PROPERTY_CREDENTIAL_PROVIDER
public static final java.lang.String JSON_PROPERTY_CREDENTIAL_TYPE
public static final java.lang.String JSON_PROPERTY_EXTERNAL_SESSION_ID
public static final java.lang.String JSON_PROPERTY_INTERFACE
public static final java.lang.String JSON_PROPERTY_ISSUER
public LogAuthenticationContext authenticationProvider(LogAuthenticationProvider authenticationProvider)
@Nullable public LogAuthenticationProvider getAuthenticationProvider()
public void setAuthenticationProvider(LogAuthenticationProvider authenticationProvider)
@Nullable public java.lang.Integer getAuthenticationStep()
public LogAuthenticationContext credentialProvider(LogCredentialProvider credentialProvider)
@Nullable public LogCredentialProvider getCredentialProvider()
public void setCredentialProvider(LogCredentialProvider credentialProvider)
public LogAuthenticationContext credentialType(LogCredentialType credentialType)
@Nullable public LogCredentialType getCredentialType()
public void setCredentialType(LogCredentialType credentialType)
@Nullable public java.lang.String getExternalSessionId()
@Nullable public java.lang.String getInterface()
public LogAuthenticationContext issuer(LogIssuer issuer)
@Nullable public LogIssuer getIssuer()
public void setIssuer(LogIssuer issuer)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.