Class RadiusEndpoint



  • public class RadiusEndpoint
    extends java.lang.Object
    Wrapper class for a remote endpoint address and the shared secret used for securing the communication.
    • Constructor Summary

      Constructors 
      Constructor Description
      RadiusEndpoint​(java.net.InetSocketAddress remoteAddress, java.lang.String sharedSecret)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.net.InetSocketAddress getAddress​()  
      java.lang.String getSharedSecret​()  
      int hashCode​()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RadiusEndpoint

        public RadiusEndpoint​(java.net.InetSocketAddress remoteAddress,
                              java.lang.String sharedSecret)
    • Method Detail

      • getAddress

        public java.net.InetSocketAddress getAddress​()
      • getSharedSecret

        public java.lang.String getSharedSecret​()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode​()
        Overrides:
        hashCode in class java.lang.Object