Uses of Class
net.messagevortex.transport.AuthenticationProxy
Packages that use AuthenticationProxy
Package
Description
This package contains vital classes for transport layer.
Contains all the classes required for the imap implementation.
-
Uses of AuthenticationProxy in net.messagevortex.transport
Constructors in net.messagevortex.transport with parameters of type AuthenticationProxy -
Uses of AuthenticationProxy in net.messagevortex.transport.imap
Methods in net.messagevortex.transport.imap that return AuthenticationProxyModifier and TypeMethodDescriptionImapConnection.getAuth()Get the authentication proxy of the connection.final AuthenticationProxyImapConnection.setAuth(AuthenticationProxy authProxy) Setter for the authentication proxy handling incomming requests for authentication.ImapServer.setAuth(AuthenticationProxy ap) Sets the authentication proxy for incoming connections.Methods in net.messagevortex.transport.imap with parameters of type AuthenticationProxyModifier and TypeMethodDescriptionfinal AuthenticationProxyImapConnection.setAuth(AuthenticationProxy authProxy) Setter for the authentication proxy handling incomming requests for authentication.ImapServer.setAuth(AuthenticationProxy ap) Sets the authentication proxy for incoming connections.Constructors in net.messagevortex.transport.imap with parameters of type AuthenticationProxyModifierConstructorDescriptionImapConnection(AbstractConnection ac, AuthenticationProxy proxy) Creates an ImapConnection.