public final class CustomOpenIdConnectProvider extends Object
| Constructor and Description |
|---|
CustomOpenIdConnectProvider() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled property: <code>false</code> if the custom Open ID provider provider should not be
enabled; otherwise, <code>true</code>.
|
OpenIdConnectLogin |
login()
Get the login property: The configuration settings of the login flow of the custom Open ID Connect provider.
|
OpenIdConnectRegistration |
registration()
Get the registration property: The configuration settings of the app registration for the custom Open ID Connect
provider.
|
void |
validate()
Validates the instance.
|
CustomOpenIdConnectProvider |
withEnabled(Boolean enabled)
Set the enabled property: <code>false</code> if the custom Open ID provider provider should not be
enabled; otherwise, <code>true</code>.
|
CustomOpenIdConnectProvider |
withLogin(OpenIdConnectLogin login)
Set the login property: The configuration settings of the login flow of the custom Open ID Connect provider.
|
CustomOpenIdConnectProvider |
withRegistration(OpenIdConnectRegistration registration)
Set the registration property: The configuration settings of the app registration for the custom Open ID Connect
provider.
|
public Boolean enabled()
public CustomOpenIdConnectProvider withEnabled(Boolean enabled)
enabled - the enabled value to set.public OpenIdConnectRegistration registration()
public CustomOpenIdConnectProvider withRegistration(OpenIdConnectRegistration registration)
registration - the registration value to set.public OpenIdConnectLogin login()
public CustomOpenIdConnectProvider withLogin(OpenIdConnectLogin login)
login - the login value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.