Interface IAuthenticationServiceOuterClass.CreateSessionResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
IAuthenticationServiceOuterClass.CreateSessionResponse, IAuthenticationServiceOuterClass.CreateSessionResponse.Builder
Enclosing class:
IAuthenticationServiceOuterClass

public static interface IAuthenticationServiceOuterClass.CreateSessionResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    delay in ms if illegal credentials have been used
    .Arp.System.Security.Grpc.AuthenticationError result = 1;
    int
    .Arp.System.Security.Grpc.AuthenticationError result = 1;
    session ID that has to be used for each call that needs to be authorized.
    com.google.protobuf.ByteString
    session ID that has to be used for each call that needs to be authorized.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getResultValue

      int getResultValue()
      .Arp.System.Security.Grpc.AuthenticationError result = 1;
    • getResult

      .Arp.System.Security.Grpc.AuthenticationError result = 1;
    • getSessionId

      String getSessionId()
       session ID that has to be used for each call that needs to be authorized.
       
      string sessionId = 2;
    • getSessionIdBytes

      com.google.protobuf.ByteString getSessionIdBytes()
       session ID that has to be used for each call that needs to be authorized.
       
      string sessionId = 2;
    • getPenaltyDelay

      int getPenaltyDelay()
       delay in ms if illegal credentials have been used
       
      uint32 penaltyDelay = 3;