Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cryptix.sasl.rmi: Javadoc index of package cryptix.sasl.rmi.


Package Samples:

cryptix.sasl.rmi

Classes:

SaslClientSocketFactory: A SaslClientSocketFactory instance is used by the RMI runtime in order to obtain client sockets for RMI calls. A remote object can be associated with a SaslClientSocketFactory when it is created/exported via the constructors or exportObject() methods of java.rmi.server.UnicastRemoteObject and java.rmi.activation.Activatable . A RMIClientSocketFactory instance associated with a remote object will be downloaded to clients when the remote object's reference is transmitted in an RMI call. This SaslClientSocketFactory will be used to create connections to the remote object for remote method calls. A ...
SaslServerSocketFactory: A SaslServerSocketFactory instance is used by the RMI runtime in order to obtain server sockets for RMI calls. A remote object can be associated with an SaslServerSocketFactory when it is created/exported via the constructors or exportObject() methods of java.rmi.server.UnicastRemoteObject and java.rmi.activation.Activatable . A SaslServerSocketFactory instance associated with a remote object is used to obtain the ServerSocket used to accept incoming calls from clients. A SaslServerSocketFactory instance can also be associated with a remote object registry so that clients can use custom socket ...
RMICallbackHandler: A default callback handler for RMI. Always returns the IP host name string as the username, and the string 'rmi' as its password. Should be replaced by a user-defined callback handler and specified to the JVM by giving the fully qualified classname of that handler as a java option (-Dname=value) to the interpreter as the value of the system property: cryptix.sasl.rmi.callback.handler .
MechanismSelector: A Singleton class that knows about the type of authentication to use when communicating between two nodes. Reads its data from a file called '/node.config' to be found by the same class loader which loaded this one. If the file 'node.config' is not found, then a default set of data is used. These defaults basically return 'SRP' as the mechanism name to use.
SaslServerSocket: This class implements server sockets. A server socket waits for requests to come in over the network. It performs some operation based on that request, and then possibly returns a result to the requester.
SaslSocket: This class implements client sockets (also called just "sockets"). A socket is an endpoint for communication between two machines.
RMIRegistry: A utility class to start/run an RMI registry using SASL on connections for bind and lookup operations.
RMIParams: An interface containing constants and canonical names used throughout the RMI sub-package.
RMIUtil: An RMI-specific utility class.

Home | Contact Us | Privacy Policy | Terms of Service