Uses of Interface
org.eclipse.emf.cdo.spi.server.IAuthenticationProtocol
Package
Description
Server service provider interfaces and useful base implementations.
-
Uses of IAuthenticationProtocol in org.eclipse.emf.cdo.spi.server
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeMethodDescriptionstatic IAuthenticationProtocol
AuthenticationUtil.getAuthenticationProtocol()
Obtains the authentication protocol, if any, on which the current thread should authenticate administrative operations in handling incoming signals.Modifier and TypeMethodDescriptionInternalSessionManager.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.ModifierConstructorDescriptionAuthenticatingOperation
(IAuthenticationProtocol authenticationProtocol)