Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
AuthenticationPolicy |
AuthenticationPolicy.clone() |
AuthenticationPolicy |
SecuritySettings.getAuthenticationPolicy()
Authentication policy defines what authentication methods can be accepted on backends, and if
authenticated, which method/certificate will set the request principal.
|
AuthenticationPolicy |
AuthenticationPolicy.set(String fieldName,
Object value) |
AuthenticationPolicy |
AuthenticationPolicy.setOrigins(List<OriginAuthenticationMethod> origins)
List of authentication methods that can be used for origin authentication.
|
AuthenticationPolicy |
AuthenticationPolicy.setPeers(List<PeerAuthenticationMethod> peers)
List of authentication methods that can be used for peer authentication.
|
AuthenticationPolicy |
AuthenticationPolicy.setPrincipalBinding(String principalBinding)
Define whether peer or origin identity should be used for principal.
|
AuthenticationPolicy |
AuthenticationPolicy.setServerTlsContext(TlsContext serverTlsContext)
Configures the mechanism to obtain server-side security certificates and identity information.
|
Modifier and Type | Method and Description |
---|---|
SecuritySettings |
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.
|
Copyright © 2011–2019 Google. All rights reserved.