Interface SubjectLocality

All Superinterfaces:
SAMLObject, XMLObject
All Known Implementing Classes:
SubjectLocalityImpl

public interface SubjectLocality extends SAMLObject
Interface to define how a SubjectLocality element behaves.
  • Field Details

  • Method Details

    • getIPAddress

      @Nullable String getIPAddress()
      Gets the IP address of the locality.
      Returns:
      IP address of the locality
    • setIPAddress

      void setIPAddress(@Nullable String address)
      Sets the IP address of the locality.
      Parameters:
      address - IP address of the locality
    • getDNSAddress

      @Nullable String getDNSAddress()
      Gets the DNS name of the locality.
      Returns:
      DNS name of the locality
    • setDNSAddress

      void setDNSAddress(@Nullable String address)
      Sets the DNS name of the locality.
      Parameters:
      address - DNS name of the locality