OpenIdConnectRegistration Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. OpenIdConnectRegistration
- com.
Implements
public final class OpenIdConnectRegistration
implements JsonSerializable<OpenIdConnectRegistration>
The configuration settings of the app registration for the custom Open ID Connect provider.
Constructor Summary
Constructor | Description |
---|---|
OpenIdConnectRegistration() |
Creates an instance of Open |
Method Summary
Modifier and Type | Method and Description |
---|---|
Open |
clientCredential()
Get the client |
String |
clientId()
Get the client |
static
Open |
fromJson(JsonReader jsonReader)
Reads an instance of Open |
Open |
openIdConnectConfiguration()
Get the open |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Open |
withClientCredential(OpenIdConnectClientCredential clientCredential)
Set the client |
Open |
withClientId(String clientId)
Set the client |
Open |
withOpenIdConnectConfiguration(OpenIdConnectConfig openIdConnectConfiguration)
Set the open |
Methods inherited from java.lang.Object
Constructor Details
OpenIdConnectRegistration
public OpenIdConnectRegistration()
Creates an instance of OpenIdConnectRegistration class.
Method Details
clientCredential
public OpenIdConnectClientCredential clientCredential()
Get the clientCredential property: The authentication credentials of the custom Open ID Connect provider.
Returns:
clientId
public String clientId()
Get the clientId property: The client id of the custom Open ID Connect provider.
Returns:
fromJson
public static OpenIdConnectRegistration fromJson(JsonReader jsonReader)
Reads an instance of OpenIdConnectRegistration from the JsonReader.
Parameters:
Returns:
Throws:
openIdConnectConfiguration
public OpenIdConnectConfig openIdConnectConfiguration()
Get the openIdConnectConfiguration property: The configuration settings of the endpoints used for the custom Open ID Connect provider.
Returns:
toJson
validate
public void validate()
Validates the instance.
withClientCredential
public OpenIdConnectRegistration withClientCredential(OpenIdConnectClientCredential clientCredential)
Set the clientCredential property: The authentication credentials of the custom Open ID Connect provider.
Parameters:
Returns:
withClientId
public OpenIdConnectRegistration withClientId(String clientId)
Set the clientId property: The client id of the custom Open ID Connect provider.
Parameters:
Returns:
withOpenIdConnectConfiguration
public OpenIdConnectRegistration withOpenIdConnectConfiguration(OpenIdConnectConfig openIdConnectConfiguration)
Set the openIdConnectConfiguration property: The configuration settings of the endpoints used for the custom Open ID Connect provider.
Parameters:
Returns:
Applies to
Azure SDK for Java