public final class SecuritySettings extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SecuritySettings() |
| Modifier and Type | Method and Description |
|---|---|
SecuritySettings |
clone() |
AuthenticationPolicy |
getAuthenticationPolicy()
Authentication policy defines what authentication methods can be accepted on backends, and if
authenticated, which method/certificate will set the request principal.
|
AuthorizationConfig |
getAuthorizationConfig()
Authorization config defines the Role Based Access Control (RBAC) config.
|
ClientTlsSettings |
getClientTlsSettings()
TLS Settings for the backend service.
|
SecuritySettings |
set(String fieldName,
Object value) |
SecuritySettings |
setAuthenticationPolicy(AuthenticationPolicy authenticationPolicy)
Authentication policy defines what authentication methods can be accepted on backends, and if
authenticated, which method/certificate will set the request principal.
|
SecuritySettings |
setAuthorizationConfig(AuthorizationConfig authorizationConfig)
Authorization config defines the Role Based Access Control (RBAC) config.
|
SecuritySettings |
setClientTlsSettings(ClientTlsSettings clientTlsSettings)
TLS Settings for the backend service.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic AuthenticationPolicy getAuthenticationPolicy()
null for nonepublic SecuritySettings setAuthenticationPolicy(AuthenticationPolicy authenticationPolicy)
authenticationPolicy - authenticationPolicy or null for nonepublic AuthorizationConfig getAuthorizationConfig()
null for nonepublic SecuritySettings setAuthorizationConfig(AuthorizationConfig authorizationConfig)
authorizationConfig - authorizationConfig or null for nonepublic ClientTlsSettings getClientTlsSettings()
null for nonepublic SecuritySettings setClientTlsSettings(ClientTlsSettings clientTlsSettings)
clientTlsSettings - clientTlsSettings or null for nonepublic SecuritySettings set(String fieldName, Object value)
set in class GenericJsonpublic SecuritySettings clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.