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 AuthInformationNO_AUTH
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthInformationbuildFrom(String filename)StringgetPassword()booleangetTrustSelfSigned()StringgetUrl()StringgetUsername()
-
-
-
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()
-
-