Class AuthContent

java.lang.Object
gov.nasa.pds.registry.common.connection.AuthContent

public class AuthContent extends Object
  • Field Details

  • Method Details

    • from

      public static AuthContent from(String authfile) throws Exception
      Throws:
      Exception
    • getHeader

      public String getHeader()
    • getCredentials

      public org.apache.http.client.CredentialsProvider getCredentials()
    • getCredentials

      public org.apache.http.client.CredentialsProvider getCredentials(org.apache.http.HttpHost scope)
    • getCredentials5

      public org.apache.hc.client5.http.auth.CredentialsProvider getCredentials5(org.apache.hc.core5.http.HttpHost scope)
    • getPassword

      public String getPassword()
    • getUser

      public String getUser()