Uses of Class
org.eclipse.emf.cdo.spi.common.CDOAuthenticationResult
- 
Packages that use CDOAuthenticationResult Package Description org.eclipse.emf.cdo.common.protocol Common concepts for dealing with protocols and CDO-specific I/O.org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations.
- 
- 
Uses of CDOAuthenticationResult in org.eclipse.emf.cdo.common.protocolMethods in org.eclipse.emf.cdo.common.protocol that return CDOAuthenticationResult Modifier and Type Method Description CDOAuthenticationResultCDOAuthenticator. authenticate(byte[] randomToken)Deprecated.
- 
Uses of CDOAuthenticationResult in org.eclipse.emf.cdo.spi.serverMethods in org.eclipse.emf.cdo.spi.server that return CDOAuthenticationResult Modifier and Type Method Description CDOAuthenticationResultISessionProtocol. sendAuthenticationChallenge(byte[] randomToken)Deprecated.As of 4.2IAuthenticationProtocol.sendAuthenticationChallenge(Challenge)is called.
 
-