Class RegistryConnectionContent

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

public final class RegistryConnectionContent extends Object
  • Method Details

    • from

      public static RegistryConnectionContent from(URL registry_connection) throws IOException, jakarta.xml.bind.JAXBException
      Throws:
      IOException
      jakarta.xml.bind.JAXBException
    • getCognitoClientId

      public CognitoType getCognitoClientId()
    • getEc2CredentialSocket

      public Ec2Type getEc2CredentialSocket()
    • getIndex

      public String getIndex()
    • getServerUrl

      public DirectType getServerUrl()
    • isCognitoConnection

      public boolean isCognitoConnection()
    • isDirectConnection

      public boolean isDirectConnection()
    • isEc2Connection

      public boolean isEc2Connection()