Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
Auth |
Auth.clone() |
Auth |
Request.getAuth()
The request authentication.
|
Auth |
Auth.set(String fieldName,
Object value) |
Auth |
Auth.setAccessLevels(List<String> accessLevels)
A list of access level resource names that allow resources to be accessed by authenticated
requester.
|
Auth |
Auth.setAudiences(List<String> audiences)
The intended audience(s) for this authentication information.
|
Auth |
Auth.setClaims(Map<String,Object> claims)
Structured claims presented with the credential.
|
Auth |
Auth.setCredentialId(String credentialId)
Identifies the client credential id used for authentication.
|
Auth |
Auth.setPresenter(String presenter)
The authorized presenter of the credential.
|
Auth |
Auth.setPrincipal(String principal)
The authenticated principal.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setAuth(Auth auth)
The request authentication.
|
Copyright © 2011–2024 Google. All rights reserved.