@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class AuthenticatorProvider
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
JSON_PROPERTY_CONFIGURATION  | 
static java.lang.String | 
JSON_PROPERTY_TYPE  | 
| Constructor and Description | 
|---|
AuthenticatorProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticatorProvider | 
_configuration(AuthenticatorProviderConfiguration _configuration)  | 
boolean | 
equals(java.lang.Object o)  | 
AuthenticatorProviderConfiguration | 
getConfiguration()
Get _configuration 
 | 
java.lang.String | 
getType()
Get type 
 | 
int | 
hashCode()  | 
void | 
setConfiguration(AuthenticatorProviderConfiguration _configuration)  | 
void | 
setType(java.lang.String type)  | 
java.lang.String | 
toString()  | 
AuthenticatorProvider | 
type(java.lang.String type)  | 
public static final java.lang.String JSON_PROPERTY_CONFIGURATION
public static final java.lang.String JSON_PROPERTY_TYPE
public AuthenticatorProvider _configuration(AuthenticatorProviderConfiguration _configuration)
@Nullable public AuthenticatorProviderConfiguration getConfiguration()
public void setConfiguration(AuthenticatorProviderConfiguration _configuration)
public AuthenticatorProvider type(java.lang.String type)
@Nullable public java.lang.String getType()
public void setType(java.lang.String type)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.