Class AuthenticationIndication

  • All Implemented Interfaces:
    java.lang.Runnable

    public class AuthenticationIndication
    extends IndicationWithMonitoring
    Since:
    4.3
    Author:
    Eike Stepper
    • Method Detail

      • indicating

        protected void indicating​(org.eclipse.net4j.util.io.ExtendedDataInputStream in,
                                  org.eclipse.net4j.util.om.monitor.OMMonitor monitor)
                           throws java.lang.Exception
        Specified by:
        indicating in class IndicationWithMonitoring
        Throws:
        java.lang.Exception
      • getChallenge

        protected final org.eclipse.net4j.util.security.DiffieHellman.Server.Challenge getChallenge()
      • responding

        protected void responding​(org.eclipse.net4j.util.io.ExtendedDataOutputStream out,
                                  org.eclipse.net4j.util.om.monitor.OMMonitor monitor)
                           throws java.lang.Exception
        Specified by:
        responding in class IndicationWithMonitoring
        Throws:
        java.lang.Exception
      • getCredentialsProvider

        protected org.eclipse.net4j.util.security.IPasswordCredentialsProvider getCredentialsProvider()