Verwendungen von Schnittstelle
org.eclipse.emf.cdo.spi.server.IAuthenticationProtocol
Packages, die IAuthenticationProtocol verwenden
Package
Beschreibung
Server service provider interfaces and useful base implementations.
-
Verwendungen von IAuthenticationProtocol in org.eclipse.emf.cdo.spi.server
Unterschnittstellen von IAuthenticationProtocol in org.eclipse.emf.cdo.spi.serverModifizierer und TypSchnittstelleBeschreibunginterface
If the meaning of this type isn't clear, there really should be more of a description here...Methoden in org.eclipse.emf.cdo.spi.server, die IAuthenticationProtocol zurückgebenModifizierer und TypMethodeBeschreibungstatic IAuthenticationProtocol
AuthenticationUtil.getAuthenticationProtocol()
Obtains the authentication protocol, if any, on which the current thread should authenticate administrative operations in handling incoming signals.Methoden in org.eclipse.emf.cdo.spi.server mit Parametern vom Typ IAuthenticationProtocolModifizierer und TypMethodeBeschreibungInternalSessionManager.authenticateUser
(IAuthenticationProtocol sessionProtocol) Challenges the connected user to authenticate the connection.static <V> Callable
<V> AuthenticationUtil.authenticatingOperation
(IAuthenticationProtocol authenticationProtocol, Callable<V> operation) Wrap anoperation
to make an authentication protocol available to the thread that invokes it, for the duration of theoperation
's execution.void
InternalSessionManager.changeUserCredentials
(IAuthenticationProtocol sessionProtocol, String userID) Initiates the change-credentials protocol with the client and processes the client response to update the user's credentials.void
InternalSessionManager.resetUserCredentials
(IAuthenticationProtocol sessionProtocol, String userID) Initiates the administrative reset-credentials protocol with the client and processes the client response to reset the specifieduserID
's credentials.Konstruktoren in org.eclipse.emf.cdo.spi.server mit Parametern vom Typ IAuthenticationProtocolModifiziererKonstruktorBeschreibungAuthenticatingOperation
(IAuthenticationProtocol authenticationProtocol)