Class ProxySettings.Credentials

  • java.lang.Object
    • com.here.sdk.core.engine.ProxySettings.Credentials
  • Enclosing class:
    ProxySettings

    public static final class ProxySettings.Credentials
    extends java.lang.Object

    Authentication data

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String password
      Password for specified username
      java.lang.String userName
      Username to use to connect to proxy.
    • Constructor Summary

      Constructors 
      Constructor Description
      Credentials​(java.lang.String userName, java.lang.String password)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • userName

        @NonNull
        public java.lang.String userName

        Username to use to connect to proxy.

      • password

        @NonNull
        public java.lang.String password

        Password for specified username

    • Constructor Detail

      • Credentials

        public Credentials​(@NonNull
                           java.lang.String userName,
                           @NonNull
                           java.lang.String password)

        Creates a new instance.

        Parameters:
        userName -

        Username to use to connect to proxy.

        password -

        Password for specified username

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object