Uses of Class
Arp.System.Security.Services.Grpc.IAuthenticationServiceOuterClass.CreateSessionResponse.Builder
Packages that use IAuthenticationServiceOuterClass.CreateSessionResponse.Builder
-
Uses of IAuthenticationServiceOuterClass.CreateSessionResponse.Builder in Arp.System.Security.Services.Grpc
Methods in Arp.System.Security.Services.Grpc that return IAuthenticationServiceOuterClass.CreateSessionResponse.BuilderModifier and TypeMethodDescriptionIAuthenticationServiceOuterClass.CreateSessionResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.clear()IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.clearPenaltyDelay()delay in ms if illegal credentials have been usedIAuthenticationServiceOuterClass.CreateSessionResponse.Builder.clearResult().Arp.System.Security.Grpc.AuthenticationError result = 1;IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.clearSessionId()session ID that has to be used for each call that needs to be authorized.IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.clone()IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.mergeFrom(IAuthenticationServiceOuterClass.CreateSessionResponse other) IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.mergeFrom(com.google.protobuf.Message other) IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) IAuthenticationServiceOuterClass.CreateSessionResponse.newBuilder()IAuthenticationServiceOuterClass.CreateSessionResponse.newBuilder(IAuthenticationServiceOuterClass.CreateSessionResponse prototype) IAuthenticationServiceOuterClass.CreateSessionResponse.newBuilderForType()IAuthenticationServiceOuterClass.CreateSessionResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.setPenaltyDelay(int value) delay in ms if illegal credentials have been usedIAuthenticationServiceOuterClass.CreateSessionResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.setResult(AuthenticationErrorOuterClass.AuthenticationError value) .Arp.System.Security.Grpc.AuthenticationError result = 1;IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.setResultValue(int value) .Arp.System.Security.Grpc.AuthenticationError result = 1;IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.setSessionId(String value) session ID that has to be used for each call that needs to be authorized.IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.setSessionIdBytes(com.google.protobuf.ByteString value) session ID that has to be used for each call that needs to be authorized.IAuthenticationServiceOuterClass.CreateSessionResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) IAuthenticationServiceOuterClass.CreateSessionResponse.toBuilder()