Package io.spine.net

Interface Uri.AuthorizationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Uri.Authorization, Uri.Authorization.Builder
    Enclosing class:
    Uri

    public static interface Uri.AuthorizationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPassword()
      Corresponding password.
      com.google.protobuf.ByteString getPasswordBytes()
      Corresponding password.
      String getUserName()
      User name.
      com.google.protobuf.ByteString getUserNameBytes()
      User name.
      • 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 Detail

      • getUserName

        String getUserName()
         User name.
         
        string user_name = 1 [(.required) = true];
        Returns:
        The userName.
      • getUserNameBytes

        com.google.protobuf.ByteString getUserNameBytes()
         User name.
         
        string user_name = 1 [(.required) = true];
        Returns:
        The bytes for userName.
      • getPassword

        String getPassword()
         Corresponding password.
         
        string password = 2;
        Returns:
        The password.
      • getPasswordBytes

        com.google.protobuf.ByteString getPasswordBytes()
         Corresponding password.
         
        string password = 2;
        Returns:
        The bytes for password.