CustomOpenIdConnectProvider Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. CustomOpenIdConnectProvider
- com.
Implements
public final class CustomOpenIdConnectProvider
implements JsonSerializable<CustomOpenIdConnectProvider>
The configuration settings of the custom Open ID Connect provider.
Constructor Summary
Constructor | Description |
---|---|
CustomOpenIdConnectProvider() |
Creates an instance of Custom |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get the enabled property: |
static
Custom |
fromJson(JsonReader jsonReader)
Reads an instance of Custom |
Open |
login()
Get the login property: The configuration settings of the login flow of the custom Open ID Connect provider. |
Open |
registration()
Get the registration property: The configuration settings of the app registration for the custom Open ID Connect provider. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Custom |
withEnabled(Boolean enabled)
Set the enabled property: |
Custom |
withLogin(OpenIdConnectLogin login)
Set the login property: The configuration settings of the login flow of the custom Open ID Connect provider. |
Custom |
withRegistration(OpenIdConnectRegistration registration)
Set the registration property: The configuration settings of the app registration for the custom Open ID Connect provider. |
Methods inherited from java.lang.Object
Constructor Details
CustomOpenIdConnectProvider
public CustomOpenIdConnectProvider()
Creates an instance of CustomOpenIdConnectProvider class.
Method Details
enabled
public Boolean enabled()
Get the enabled property: false
if the custom Open ID provider provider should not be enabled; otherwise, true
.
Returns:
fromJson
public static CustomOpenIdConnectProvider fromJson(JsonReader jsonReader)
Reads an instance of CustomOpenIdConnectProvider from the JsonReader.
Parameters:
Returns:
Throws:
login
public OpenIdConnectLogin login()
Get the login property: The configuration settings of the login flow of the custom Open ID Connect provider.
Returns:
registration
public OpenIdConnectRegistration registration()
Get the registration property: The configuration settings of the app registration for the custom Open ID Connect provider.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public CustomOpenIdConnectProvider withEnabled(Boolean enabled)
Set the enabled property: false
if the custom Open ID provider provider should not be enabled; otherwise, true
.
Parameters:
Returns:
withLogin
public CustomOpenIdConnectProvider withLogin(OpenIdConnectLogin login)
Set the login property: The configuration settings of the login flow of the custom Open ID Connect provider.
Parameters:
Returns:
withRegistration
public CustomOpenIdConnectProvider withRegistration(OpenIdConnectRegistration registration)
Set the registration property: The configuration settings of the app registration for the custom Open ID Connect provider.
Parameters:
Returns:
Applies to
Azure SDK for Java