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übersichtVon Klasse geerbte Felder org.eclipse.net4j.signal.SignalNO_TIMEOUT
- 
KonstruktorübersichtKonstruktorenKonstruktorBeschreibungAuthenticationIndication(AuthenticatingSignalProtocol<?> protocol, short signalID) AuthenticationIndication(AuthenticatingSignalProtocol<?> protocol, short id, String name) AuthenticationIndication(AuthenticatingSignalProtocol<?> protocol, Enum<?> literal) 
- 
MethodenübersichtModifizierer 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.IndicationWithMonitoringgetMonitoringExecutorService, getRespondingWorkPercent, indicating, respondingVon Klasse geerbte Methoden org.eclipse.net4j.signal.IndicationWithResponsecloseChannelAfterException, execute, getExceptionMessageVon Klasse geerbte Methoden org.eclipse.net4j.signal.SignalReactorcreateMonitor, monitorVon Klasse geerbte Methoden org.eclipse.net4j.signal.SignalcloseChannelAfterMe, 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 Klasse- Signal
 
- 
getIndicatingWorkPercentprotected int getIndicatingWorkPercent()- Setzt außer Kraft:
- getIndicatingWorkPercentin Klasse- IndicationWithMonitoring
 
- 
indicatingprotected void indicating(org.eclipse.net4j.util.io.ExtendedDataInputStream in, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) throws Exception - Angegeben von:
- indicatingin Klasse- IndicationWithMonitoring
- Löst aus:
- Exception
 
- 
getChallengeprotected final org.eclipse.net4j.util.security.DiffieHellman.Server.Challenge getChallenge()
- 
respondingprotected void responding(org.eclipse.net4j.util.io.ExtendedDataOutputStream out, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) throws Exception - Angegeben von:
- respondingin Klasse- IndicationWithMonitoring
- Löst aus:
- Exception
 
- 
getCredentialsProviderprotected org.eclipse.net4j.util.security.IPasswordCredentialsProvider getCredentialsProvider()
 
-