Klasse AuthenticationIndication
java.lang.Object
org.eclipse.net4j.signal.Signal
org.eclipse.net4j.signal.SignalReactor
org.eclipse.net4j.signal.IndicationWithResponse
org.eclipse.net4j.signal.IndicationWithMonitoring
org.eclipse.net4j.signal.security.AuthenticationIndication
- Alle implementierten Schnittstellen:
Runnable,org.eclipse.net4j.util.container.IManagedContainerProvider
- Seit:
- 4.3
- Autor:
- Eike Stepper
-
Feldübersicht
Von Klasse geerbte Felder org.eclipse.net4j.signal.Signal
NO_TIMEOUT -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAuthenticationIndication(AuthenticatingSignalProtocol<?> protocol, short signalID) AuthenticationIndication(AuthenticatingSignalProtocol<?> protocol, short id, String name) AuthenticationIndication(AuthenticatingSignalProtocol<?> protocol, Enum<?> literal) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected final org.eclipse.net4j.util.security.DiffieHellman.Server.Challengeprotected org.eclipse.net4j.util.security.IPasswordCredentialsProviderprotected intprotected voidindicating(org.eclipse.net4j.util.io.ExtendedDataInputStream in, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) protected voidresponding(org.eclipse.net4j.util.io.ExtendedDataOutputStream out, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Von Klasse geerbte Methoden org.eclipse.net4j.signal.IndicationWithMonitoring
getMonitoringExecutorService, getRespondingWorkPercent, indicating, respondingVon Klasse geerbte Methoden org.eclipse.net4j.signal.IndicationWithResponse
closeChannelAfterException, execute, getExceptionMessageVon Klasse geerbte Methoden org.eclipse.net4j.signal.SignalReactor
createMonitor, monitorVon Klasse geerbte Methoden org.eclipse.net4j.signal.Signal
closeChannelAfterMe, closeInputStreamAfterMe, closeOutputStreamAfterMe, finishInputStream, finishOutputStream, flush, getAdditionalInfo, getBufferInputStream, getBufferOutputStream, getContainer, getCorrelationID, getCurrentInputStream, getCurrentOutputStream, getID, getName, handleRunException, run, toString, toString, wrapInputStream, wrapOutputStream
-
Konstruktordetails
-
AuthenticationIndication
-
AuthenticationIndication
-
AuthenticationIndication
-
-
Methodendetails
-
getProtocol
- Setzt außer Kraft:
getProtocolin KlasseSignal
-
getIndicatingWorkPercent
protected int getIndicatingWorkPercent()- Setzt außer Kraft:
getIndicatingWorkPercentin KlasseIndicationWithMonitoring
-
indicating
protected void indicating(org.eclipse.net4j.util.io.ExtendedDataInputStream in, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) throws Exception - Angegeben von:
indicatingin KlasseIndicationWithMonitoring- Löst aus:
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 Exception - Angegeben von:
respondingin KlasseIndicationWithMonitoring- Löst aus:
Exception
-
getCredentialsProvider
protected org.eclipse.net4j.util.security.IPasswordCredentialsProvider getCredentialsProvider()
-