Uses of Class
com.google.rpc.context.AttributeContext.Auth.Builder
Packages that use AttributeContext.Auth.Builder
-
Uses of AttributeContext.Auth.Builder in com.google.rpc.context
Methods in com.google.rpc.context that return AttributeContext.Auth.BuilderModifier and TypeMethodDescriptionAttributeContext.Auth.Builder.addAccessLevels(String value) A list of access level resource names that allow resources to be accessed by authenticated requester.AttributeContext.Auth.Builder.addAccessLevelsBytes(com.google.protobuf.ByteString value) A list of access level resource names that allow resources to be accessed by authenticated requester.AttributeContext.Auth.Builder.addAllAccessLevels(Iterable<String> values) A list of access level resource names that allow resources to be accessed by authenticated requester.AttributeContext.Auth.Builder.addAllAudiences(Iterable<String> values) The intended audience(s) for this authentication information.AttributeContext.Auth.Builder.addAudiences(String value) The intended audience(s) for this authentication information.AttributeContext.Auth.Builder.addAudiencesBytes(com.google.protobuf.ByteString value) The intended audience(s) for this authentication information.AttributeContext.Auth.Builder.clear()AttributeContext.Auth.Builder.clearAccessLevels()A list of access level resource names that allow resources to be accessed by authenticated requester.AttributeContext.Auth.Builder.clearAudiences()The intended audience(s) for this authentication information.AttributeContext.Auth.Builder.clearClaims()Structured claims presented with the credential.AttributeContext.Auth.Builder.clearPresenter()The authorized presenter of the credential.AttributeContext.Auth.Builder.clearPrincipal()The authenticated principal.AttributeContext.Request.Builder.getAuthBuilder()The request authentication.AttributeContext.Auth.Builder.mergeClaims(com.google.protobuf.Struct value) Structured claims presented with the credential.AttributeContext.Auth.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeContext.Auth.Builder.mergeFrom(com.google.protobuf.Message other) AttributeContext.Auth.Builder.mergeFrom(AttributeContext.Auth other) AttributeContext.Auth.newBuilder()AttributeContext.Auth.newBuilder(AttributeContext.Auth prototype) AttributeContext.Auth.newBuilderForType()protected AttributeContext.Auth.BuilderAttributeContext.Auth.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AttributeContext.Auth.Builder.setAccessLevels(int index, String value) A list of access level resource names that allow resources to be accessed by authenticated requester.AttributeContext.Auth.Builder.setAudiences(int index, String value) The intended audience(s) for this authentication information.AttributeContext.Auth.Builder.setClaims(com.google.protobuf.Struct value) Structured claims presented with the credential.AttributeContext.Auth.Builder.setClaims(com.google.protobuf.Struct.Builder builderForValue) Structured claims presented with the credential.AttributeContext.Auth.Builder.setPresenter(String value) The authorized presenter of the credential.AttributeContext.Auth.Builder.setPresenterBytes(com.google.protobuf.ByteString value) The authorized presenter of the credential.AttributeContext.Auth.Builder.setPrincipal(String value) The authenticated principal.AttributeContext.Auth.Builder.setPrincipalBytes(com.google.protobuf.ByteString value) The authenticated principal.AttributeContext.Auth.toBuilder()Methods in com.google.rpc.context with parameters of type AttributeContext.Auth.BuilderModifier and TypeMethodDescriptionAttributeContext.Request.Builder.setAuth(AttributeContext.Auth.Builder builderForValue) The request authentication.