Uses of Class
org.objectweb.proactive.ext.security.crypto.AuthenticationException

Packages that use AuthenticationException
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
org.objectweb.proactive.core.body.ibis   
org.objectweb.proactive.core.body.jini The body of an active object act as a hub of communication with other remote objects.  
org.objectweb.proactive.core.body.rmi The body of an active object act as a hub of communication with other remote objects.  
org.objectweb.proactive.ext.mixedlocation   
org.objectweb.proactive.ext.security   
 

Uses of AuthenticationException in org.objectweb.proactive.core.body
 

Methods in org.objectweb.proactive.core.body that throw AuthenticationException
 void AbstractBody.initiateSession(int type, UniversalBody body)
           
 void UniversalBody.initiateSession(int type, UniversalBody body)
           
 

Uses of AuthenticationException in org.objectweb.proactive.core.body.ibis
 

Methods in org.objectweb.proactive.core.body.ibis that throw AuthenticationException
 void IbisRemoteBodyImpl.initiateSession(int type, UniversalBody rbody)
           
 void IbisRemoteBodyAdapter.initiateSession(int type, UniversalBody body)
           
 void IbisRemoteBody.initiateSession(int type, UniversalBody body)
           
 

Uses of AuthenticationException in org.objectweb.proactive.core.body.jini
 

Methods in org.objectweb.proactive.core.body.jini that throw AuthenticationException
 void JiniBodyImpl_Stub.initiateSession(int, UniversalBody)
           
 void JiniBodyImpl.initiateSession(int type, UniversalBody body)
           
 void JiniBodyAdapter.initiateSession(int type, UniversalBody body)
           
 void JiniBody.initiateSession(int type, UniversalBody body)
           
 

Uses of AuthenticationException in org.objectweb.proactive.core.body.rmi
 

Methods in org.objectweb.proactive.core.body.rmi that throw AuthenticationException
 void RemoteBodyImpl_Stub.initiateSession(int, UniversalBody)
           
 void RemoteBodyImpl.initiateSession(int type, UniversalBody rbody)
           
 void RemoteBodyAdapter.initiateSession(int type, UniversalBody body)
           
 void RemoteBody.initiateSession(int type, UniversalBody body)
           
 

Uses of AuthenticationException in org.objectweb.proactive.ext.mixedlocation
 

Methods in org.objectweb.proactive.ext.mixedlocation that throw AuthenticationException
 void UniversalBodyWrapper.initiateSession(int type, UniversalBody body)
           
 

Uses of AuthenticationException in org.objectweb.proactive.ext.security
 

Methods in org.objectweb.proactive.ext.security that throw AuthenticationException
 void InternalBodySecurity.initiateSession(int type, UniversalBody body)
           
 void ProActiveSecurityManager.initiateSession(int type, UniversalBody distantBody)
          Method initiateSession.
 boolean ProActiveSecurityManager.mutualAuthenticationSenderSide(UniversalBody distantBody, java.security.cert.X509Certificate distantBodyCertificate)
           
 boolean ProActiveSecurityManager.unilateralAuthenticationSenderSide(UniversalBody distantBody)
           
 AuthenticationTicket ProActiveSecurityManager.mutualAuthenticationReceiverSide(AuthenticationTicket authenticationTicket, long randomID)
           
 AuthenticationTicket ProActiveSecurityManager.unilateralAuthenticationReceiverSide(long randomID, long rb, java.lang.String emittor)
           
 



Copyright © April 2004 INRIA All Rights Reserved.