Package org.eclipse.emf.cdo.spi.server
Class AuthenticationUtil.AuthenticatingOperation<V>
- java.lang.Object
- 
- org.eclipse.emf.cdo.spi.server.AuthenticationUtil.AuthenticatingOperation<V>
 
- 
- All Implemented Interfaces:
- java.util.concurrent.Callable<V>
 - Enclosing class:
- AuthenticationUtil
 
 public abstract static class AuthenticationUtil.AuthenticatingOperation<V> extends java.lang.Object implements java.util.concurrent.Callable<V>Encapsulation of an administrative operation requiring (potentially) client authentication to authorize the operation.- Since:
- 4.3
- Author:
- Christian W. Damus (CEA LIST)
 
- 
- 
Constructor SummaryConstructors Constructor Description AuthenticatingOperation(IAuthenticationProtocol authenticationProtocol)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Vcall()protected abstract VdoCall()
 
- 
- 
- 
Constructor Detail- 
AuthenticatingOperationpublic AuthenticatingOperation(IAuthenticationProtocol authenticationProtocol) 
 
- 
 
-