Class SubjectLocalityBean
java.lang.Object
org.apache.wss4j.common.saml.bean.SubjectLocalityBean
This class represents a SubjectLocality.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor explicitly provided since other constructors would prevent its automatic creation.SubjectLocalityBean(String ipAddress, String dnsAddress) Constructor for creating a SubjectLocalityBean with ip and dns addresses. -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal StringGet the dns address.final StringGet the ip address.inthashCode()final voidsetDnsAddress(String dnsAddress) Set the dns address.final voidsetIpAddress(String ipAddress) Set the ip address.
-
Constructor Details
-
SubjectLocalityBean
public SubjectLocalityBean()Default constructor explicitly provided since other constructors would prevent its automatic creation. -
SubjectLocalityBean
Constructor for creating a SubjectLocalityBean with ip and dns addresses.- Parameters:
ipAddress- ip addressdnsAddress- dns address
-
-
Method Details
-
getIpAddress
Get the ip address.- Returns:
- the ipAddress
-
setIpAddress
Set the ip address.- Parameters:
ipAddress- the ipAddress to set
-
getDnsAddress
Get the dns address.- Returns:
- the dnsAddress
-
setDnsAddress
Set the dns address.- Parameters:
dnsAddress- the dnsAddress to set
-
equals
-
hashCode
public int hashCode()
-