Authentication Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. Authentication
- com.
Implements
public class Authentication
implements JsonSerializable<Authentication>
The environment authentication details.
Constructor Summary
| Constructor | Description |
|---|---|
| Authentication() |
Creates an instance of Authentication class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Authentication |
authenticationType()
Get the authentication |
| static Authentication |
fromJson(JsonReader jsonReader)
Reads an instance of Authentication from the Json |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
Authentication
public Authentication()
Creates an instance of Authentication class.
Method Details
authenticationType
public AuthenticationType authenticationType()
Get the authenticationType property: The authentication type.
Returns:
fromJson
public static Authentication fromJson(JsonReader jsonReader)
Reads an instance of Authentication from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.