public static interface GrpcService.GoogleGrpc.CallCredentials.StsServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getActorTokenPath()
The path of actor token, a security token that represents the identity
of the acting party.
|
com.google.protobuf.ByteString |
getActorTokenPathBytes()
The path of actor token, a security token that represents the identity
of the acting party.
|
String |
getActorTokenType()
Type of the actor token.
|
com.google.protobuf.ByteString |
getActorTokenTypeBytes()
Type of the actor token.
|
String |
getAudience()
Logical name of the target service where the client intends to
use the requested security token.
|
com.google.protobuf.ByteString |
getAudienceBytes()
Logical name of the target service where the client intends to
use the requested security token.
|
String |
getRequestedTokenType()
Type of the requested security token.
|
com.google.protobuf.ByteString |
getRequestedTokenTypeBytes()
Type of the requested security token.
|
String |
getResource()
Location of the target service or resource where the client
intends to use the requested security token.
|
com.google.protobuf.ByteString |
getResourceBytes()
Location of the target service or resource where the client
intends to use the requested security token.
|
String |
getScope()
The desired scope of the requested security token in the
context of the service or resource where the token will be used.
|
com.google.protobuf.ByteString |
getScopeBytes()
The desired scope of the requested security token in the
context of the service or resource where the token will be used.
|
String |
getSubjectTokenPath()
The path of subject token, a security token that represents the
identity of the party on behalf of whom the request is being made.
|
com.google.protobuf.ByteString |
getSubjectTokenPathBytes()
The path of subject token, a security token that represents the
identity of the party on behalf of whom the request is being made.
|
String |
getSubjectTokenType()
Type of the subject token.
|
com.google.protobuf.ByteString |
getSubjectTokenTypeBytes()
Type of the subject token.
|
String |
getTokenExchangeServiceUri()
URI of the token exchange service that handles token exchange requests.
|
com.google.protobuf.ByteString |
getTokenExchangeServiceUriBytes()
URI of the token exchange service that handles token exchange requests.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTokenExchangeServiceUri()
URI of the token exchange service that handles token exchange requests. [#comment:TODO(asraa): Add URI validation when implemented. Tracked by https://github.com/envoyproxy/protoc-gen-validate/issues/303]
string token_exchange_service_uri = 1;com.google.protobuf.ByteString getTokenExchangeServiceUriBytes()
URI of the token exchange service that handles token exchange requests. [#comment:TODO(asraa): Add URI validation when implemented. Tracked by https://github.com/envoyproxy/protoc-gen-validate/issues/303]
string token_exchange_service_uri = 1;String getResource()
Location of the target service or resource where the client intends to use the requested security token.
string resource = 2;com.google.protobuf.ByteString getResourceBytes()
Location of the target service or resource where the client intends to use the requested security token.
string resource = 2;String getAudience()
Logical name of the target service where the client intends to use the requested security token.
string audience = 3;com.google.protobuf.ByteString getAudienceBytes()
Logical name of the target service where the client intends to use the requested security token.
string audience = 3;String getScope()
The desired scope of the requested security token in the context of the service or resource where the token will be used.
string scope = 4;com.google.protobuf.ByteString getScopeBytes()
The desired scope of the requested security token in the context of the service or resource where the token will be used.
string scope = 4;String getRequestedTokenType()
Type of the requested security token.
string requested_token_type = 5;com.google.protobuf.ByteString getRequestedTokenTypeBytes()
Type of the requested security token.
string requested_token_type = 5;String getSubjectTokenPath()
The path of subject token, a security token that represents the identity of the party on behalf of whom the request is being made.
string subject_token_path = 6 [(.validate.rules) = { ... }com.google.protobuf.ByteString getSubjectTokenPathBytes()
The path of subject token, a security token that represents the identity of the party on behalf of whom the request is being made.
string subject_token_path = 6 [(.validate.rules) = { ... }String getSubjectTokenType()
Type of the subject token.
string subject_token_type = 7 [(.validate.rules) = { ... }com.google.protobuf.ByteString getSubjectTokenTypeBytes()
Type of the subject token.
string subject_token_type = 7 [(.validate.rules) = { ... }String getActorTokenPath()
The path of actor token, a security token that represents the identity of the acting party. The acting party is authorized to use the requested security token and act on behalf of the subject.
string actor_token_path = 8;com.google.protobuf.ByteString getActorTokenPathBytes()
The path of actor token, a security token that represents the identity of the acting party. The acting party is authorized to use the requested security token and act on behalf of the subject.
string actor_token_path = 8;String getActorTokenType()
Type of the actor token.
string actor_token_type = 9;com.google.protobuf.ByteString getActorTokenTypeBytes()
Type of the actor token.
string actor_token_type = 9;Copyright © 2018–2021 The Envoy Project. All rights reserved.