AuthProvider.Builder |
AuthProvider.Builder.addAllJwtLocations(java.lang.Iterable<? extends JwtLocation> values) |
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.addJwtLocations(int index,
JwtLocation value) |
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.addJwtLocations(int index,
JwtLocation.Builder builderForValue) |
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.addJwtLocations(JwtLocation value) |
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.addJwtLocations(JwtLocation.Builder builderForValue) |
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
Authentication.Builder.addProvidersBuilder() |
Defines a set of authentication providers that a service supports.
|
AuthProvider.Builder |
Authentication.Builder.addProvidersBuilder(int index) |
Defines a set of authentication providers that a service supports.
|
AuthProvider.Builder |
AuthProvider.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
AuthProvider.Builder |
AuthProvider.Builder.clear() |
|
AuthProvider.Builder |
AuthProvider.Builder.clearAudiences() |
The list of JWT
[audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
AuthProvider.Builder |
AuthProvider.Builder.clearAuthorizationUrl() |
Redirect URL if JWT token is required but not present or is expired.
|
AuthProvider.Builder |
AuthProvider.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
AuthProvider.Builder |
AuthProvider.Builder.clearId() |
The unique identifier of the auth provider.
|
AuthProvider.Builder |
AuthProvider.Builder.clearIssuer() |
Identifies the principal that issued the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.clearJwksUri() |
URL of the provider's public key set to validate signature of the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.clearJwtLocations() |
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
AuthProvider.Builder |
AuthProvider.Builder.clone() |
|
AuthProvider.Builder |
Authentication.Builder.getProvidersBuilder(int index) |
Defines a set of authentication providers that a service supports.
|
AuthProvider.Builder |
AuthProvider.Builder.mergeFrom(AuthProvider other) |
|
AuthProvider.Builder |
AuthProvider.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
AuthProvider.Builder |
AuthProvider.Builder.mergeFrom(com.google.protobuf.Message other) |
|
AuthProvider.Builder |
AuthProvider.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static AuthProvider.Builder |
AuthProvider.newBuilder() |
|
static AuthProvider.Builder |
AuthProvider.newBuilder(AuthProvider prototype) |
|
AuthProvider.Builder |
AuthProvider.newBuilderForType() |
|
protected AuthProvider.Builder |
AuthProvider.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
AuthProvider.Builder |
AuthProvider.Builder.removeJwtLocations(int index) |
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.setAudiences(java.lang.String value) |
The list of JWT
[audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
AuthProvider.Builder |
AuthProvider.Builder.setAudiencesBytes(com.google.protobuf.ByteString value) |
The list of JWT
[audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
AuthProvider.Builder |
AuthProvider.Builder.setAuthorizationUrl(java.lang.String value) |
Redirect URL if JWT token is required but not present or is expired.
|
AuthProvider.Builder |
AuthProvider.Builder.setAuthorizationUrlBytes(com.google.protobuf.ByteString value) |
Redirect URL if JWT token is required but not present or is expired.
|
AuthProvider.Builder |
AuthProvider.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
AuthProvider.Builder |
AuthProvider.Builder.setId(java.lang.String value) |
The unique identifier of the auth provider.
|
AuthProvider.Builder |
AuthProvider.Builder.setIdBytes(com.google.protobuf.ByteString value) |
The unique identifier of the auth provider.
|
AuthProvider.Builder |
AuthProvider.Builder.setIssuer(java.lang.String value) |
Identifies the principal that issued the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.setIssuerBytes(com.google.protobuf.ByteString value) |
Identifies the principal that issued the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.setJwksUri(java.lang.String value) |
URL of the provider's public key set to validate signature of the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.setJwksUriBytes(com.google.protobuf.ByteString value) |
URL of the provider's public key set to validate signature of the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.setJwtLocations(int index,
JwtLocation value) |
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.setJwtLocations(int index,
JwtLocation.Builder builderForValue) |
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
AuthProvider.Builder |
AuthProvider.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
AuthProvider.Builder |
AuthProvider.toBuilder() |
|