Class SecurityInformation
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.core.SecurityInformation
-
- Direct Known Subclasses:
FhirSecurityInformation
,WsSecurityInformation
public class SecurityInformation extends Object
-
-
Constructor Summary
Constructors Constructor Description SecurityInformation(boolean secure, SSLContext sslContext, HostnameVerifier hostnameVerifier, String username, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
HostnameVerifier
getHostnameVerifier()
String
getPassword()
SSLContext
getSslContext()
String
getUsername()
int
hashCode()
boolean
isSecure()
String
toString()
-
-
-
Constructor Detail
-
SecurityInformation
public SecurityInformation(boolean secure, SSLContext sslContext, HostnameVerifier hostnameVerifier, String username, String password)
-
-
Method Detail
-
isSecure
public boolean isSecure()
-
getSslContext
public SSLContext getSslContext()
-
getHostnameVerifier
public HostnameVerifier getHostnameVerifier()
-
getUsername
public String getUsername()
-
getPassword
public String getPassword()
-
canEqual
protected boolean canEqual(Object other)
-
-