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 TypSchnittstelleBeschreibunginterfaceIf 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 IAuthenticationProtocolAuthenticationUtil.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 anoperationto make an authentication protocol available to the thread that invokes it, for the duration of theoperation's execution.voidInternalSessionManager.changeUserCredentials(IAuthenticationProtocol sessionProtocol, String userID) Initiates the change-credentials protocol with the client and processes the client response to update the user's credentials.voidInternalSessionManager.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)