Package gov.nasa.pds.validate.ri
Class AuthInformation
- java.lang.Object
-
- gov.nasa.pds.validate.ri.AuthInformation
-
public class AuthInformation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static AuthInformation
NO_AUTH
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthInformation
buildFrom(String filename)
String
getPassword()
boolean
getTrustSelfSigned()
String
getUrl()
String
getUsername()
-
-
-
Field Detail
-
NO_AUTH
public static final AuthInformation NO_AUTH
-
-
Method Detail
-
buildFrom
public static AuthInformation buildFrom(String filename) throws IOException, ParserConfigurationException, SAXException
-
getPassword
public String getPassword()
-
getTrustSelfSigned
public boolean getTrustSelfSigned()
-
getUsername
public String getUsername()
-
getUrl
public String getUrl()
-
-