com.maverick.events
Class J2SSHEventCodes

java.lang.Object
  extended by com.maverick.events.J2SSHEventCodes

public class J2SSHEventCodes
extends java.lang.Object

List of unique J2SSH Event codes

Author:
david

Field Summary
static java.lang.String ATTRIBUTE_AUTHENTICATION_METHODS
           
static java.lang.String ATTRIBUTE_COMMAND
           
static java.lang.String ATTRIBUTE_DIRECTORY_PATH
           
static java.lang.String ATTRIBUTE_FILE_NAME
           
static java.lang.String ATTRIBUTE_FILE_NEW_NAME
           
static java.lang.String ATTRIBUTE_FORWARDING_TUNNEL_ENTRANCE
           
static java.lang.String ATTRIBUTE_FORWARDING_TUNNEL_EXIT
           
static java.lang.String ATTRIBUTE_HOST_KEY
           
static java.lang.String ATTRIBUTE_IP
           
static java.lang.String ATTRIBUTE_LOCAL_CIPHERS_CS
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_LOCAL_CIPHERS_SC
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_LOCAL_COMPONENT_LIST
           
static java.lang.String ATTRIBUTE_LOCAL_CS_COMPRESSIONS
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_LOCAL_CS_MACS
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_LOCAL_KEY_EXCHANGES
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_LOCAL_PUBLICKEYS
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_LOCAL_SC_COMPRESSIONS
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_LOCAL_SC_MACS
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_LOG_MESSAGE
          This attribute is the key for the log message previously passes to log.info()/log.debug() calls
static java.lang.String ATTRIBUTE_NUMBER_OF_CONNECTIONS
           
static java.lang.String ATTRIBUTE_REMOTE_CIPHERS_CS
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_REMOTE_CIPHERS_SC
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_REMOTE_COMPONENT_LIST
           
static java.lang.String ATTRIBUTE_REMOTE_CS_COMPRESSIONS
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_REMOTE_CS_MACS
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_REMOTE_KEY_EXCHANGES
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_REMOTE_PUBLICKEYS
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_REMOTE_SC_COMPRESSIONS
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_REMOTE_SC_MACS
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_THROWABLE
          This attribute is the key for the throwable object previously passed in some log.info() calls.
static java.lang.String ATTRIBUTE_USING_CS_CIPHER
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_USING_CS_COMPRESSION
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_USING_CS_MAC
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_USING_KEY_EXCHANGE
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_USING_PUBLICKEY
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_USING_SC_CIPHER
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_USING_SC_COMPRESSION
          algorithm negotiation preferences
static java.lang.String ATTRIBUTE_USING_SC_MAC
          algorithm negotiation preferences
static int EVENT_AUTHENTICATION_METHODS_RECEIVED
           
static int EVENT_CONNECTION_ATTEMPT
           
static int EVENT_DEBUG_LOG
          Logging event, this event replaces log.debug(String) calls
static int EVENT_DISCONNECTED
           
static int EVENT_ERROR_LOG
          Logging event, this event replaces log.error(String) calls
static int EVENT_EXCEPTION_LOG
          Logging event, this event replaces log.info(String,Throwable) calls
static int EVENT_FAILED_TO_NEGOTIATE_TRANSPORT_COMPONENT
           
static int EVENT_FORWARDING_LOCAL_STARTED
           
static int EVENT_FORWARDING_LOCAL_STOPPED
           
static int EVENT_FORWARDING_REMOTE_STARTED
           
static int EVENT_FORWARDING_REMOTE_STOPPED
           
static int EVENT_HOSTKEY_ACCEPTED
           
static int EVENT_HOSTKEY_RECEIVED
           
static int EVENT_HOSTKEY_REJECTED
           
static int EVENT_KEY_EXCHANGE_COMPLETE
           
static int EVENT_KEY_EXCHANGE_FAILURE
           
static int EVENT_KEY_EXCHANGE_INIT
           
static int EVENT_LOG
          Logging event, this event replaces log.info(String) calls
static int EVENT_REACHED_CONNECTION_LIMIT
           
static int EVENT_RECEIVED_DISCONNECT
           
static int EVENT_SFTP_DIRECTORY_DELETED
           
static int EVENT_SFTP_FILE_CLOSED
           
static int EVENT_SFTP_FILE_DELETED
           
static int EVENT_SFTP_FILE_OPENED
           
static int EVENT_SFTP_FILE_RENAMED
           
static int EVENT_SFTP_SESSION_STARTED
           
static int EVENT_SFTP_SESSION_STOPPED
           
static int EVENT_SHELL_COMMAND
           
static int EVENT_SHELL_SESSION_FAILED_TO_START
           
static int EVENT_SHELL_SESSION_STARTED
           
static int EVENT_SUBSYSTEM_STARTED
           
static int EVENT_USERAUTH_FAILURE
           
static int EVENT_USERAUTH_FURTHER_AUTHENTICATION_REQUIRED
           
static int EVENT_USERAUTH_SUCCESS
           
 
Constructor Summary
J2SSHEventCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_HOST_KEY

public static final java.lang.String ATTRIBUTE_HOST_KEY
See Also:
Constant Field Values

ATTRIBUTE_USING_KEY_EXCHANGE

public static final java.lang.String ATTRIBUTE_USING_KEY_EXCHANGE
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_USING_PUBLICKEY

public static final java.lang.String ATTRIBUTE_USING_PUBLICKEY
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_USING_CS_CIPHER

public static final java.lang.String ATTRIBUTE_USING_CS_CIPHER
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_USING_SC_CIPHER

public static final java.lang.String ATTRIBUTE_USING_SC_CIPHER
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_USING_CS_MAC

public static final java.lang.String ATTRIBUTE_USING_CS_MAC
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_USING_SC_MAC

public static final java.lang.String ATTRIBUTE_USING_SC_MAC
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_USING_CS_COMPRESSION

public static final java.lang.String ATTRIBUTE_USING_CS_COMPRESSION
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_USING_SC_COMPRESSION

public static final java.lang.String ATTRIBUTE_USING_SC_COMPRESSION
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_REMOTE_KEY_EXCHANGES

public static final java.lang.String ATTRIBUTE_REMOTE_KEY_EXCHANGES
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_REMOTE_PUBLICKEYS

public static final java.lang.String ATTRIBUTE_REMOTE_PUBLICKEYS
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_REMOTE_CIPHERS_CS

public static final java.lang.String ATTRIBUTE_REMOTE_CIPHERS_CS
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_REMOTE_CIPHERS_SC

public static final java.lang.String ATTRIBUTE_REMOTE_CIPHERS_SC
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_REMOTE_CS_MACS

public static final java.lang.String ATTRIBUTE_REMOTE_CS_MACS
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_REMOTE_SC_MACS

public static final java.lang.String ATTRIBUTE_REMOTE_SC_MACS
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_REMOTE_CS_COMPRESSIONS

public static final java.lang.String ATTRIBUTE_REMOTE_CS_COMPRESSIONS
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_REMOTE_SC_COMPRESSIONS

public static final java.lang.String ATTRIBUTE_REMOTE_SC_COMPRESSIONS
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_LOCAL_KEY_EXCHANGES

public static final java.lang.String ATTRIBUTE_LOCAL_KEY_EXCHANGES
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_LOCAL_PUBLICKEYS

public static final java.lang.String ATTRIBUTE_LOCAL_PUBLICKEYS
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_LOCAL_CIPHERS_CS

public static final java.lang.String ATTRIBUTE_LOCAL_CIPHERS_CS
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_LOCAL_CIPHERS_SC

public static final java.lang.String ATTRIBUTE_LOCAL_CIPHERS_SC
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_LOCAL_CS_MACS

public static final java.lang.String ATTRIBUTE_LOCAL_CS_MACS
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_LOCAL_SC_MACS

public static final java.lang.String ATTRIBUTE_LOCAL_SC_MACS
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_LOCAL_CS_COMPRESSIONS

public static final java.lang.String ATTRIBUTE_LOCAL_CS_COMPRESSIONS
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_LOCAL_SC_COMPRESSIONS

public static final java.lang.String ATTRIBUTE_LOCAL_SC_COMPRESSIONS
algorithm negotiation preferences

See Also:
Constant Field Values

ATTRIBUTE_LOG_MESSAGE

public static final java.lang.String ATTRIBUTE_LOG_MESSAGE
This attribute is the key for the log message previously passes to log.info()/log.debug() calls

See Also:
Constant Field Values

ATTRIBUTE_THROWABLE

public static final java.lang.String ATTRIBUTE_THROWABLE
This attribute is the key for the throwable object previously passed in some log.info() calls.

See Also:
Constant Field Values

ATTRIBUTE_AUTHENTICATION_METHODS

public static final java.lang.String ATTRIBUTE_AUTHENTICATION_METHODS
See Also:
Constant Field Values

ATTRIBUTE_FORWARDING_TUNNEL_ENTRANCE

public static final java.lang.String ATTRIBUTE_FORWARDING_TUNNEL_ENTRANCE
See Also:
Constant Field Values

ATTRIBUTE_FORWARDING_TUNNEL_EXIT

public static final java.lang.String ATTRIBUTE_FORWARDING_TUNNEL_EXIT
See Also:
Constant Field Values

ATTRIBUTE_FILE_NAME

public static final java.lang.String ATTRIBUTE_FILE_NAME
See Also:
Constant Field Values

ATTRIBUTE_FILE_NEW_NAME

public static final java.lang.String ATTRIBUTE_FILE_NEW_NAME
See Also:
Constant Field Values

ATTRIBUTE_DIRECTORY_PATH

public static final java.lang.String ATTRIBUTE_DIRECTORY_PATH
See Also:
Constant Field Values

ATTRIBUTE_COMMAND

public static final java.lang.String ATTRIBUTE_COMMAND
See Also:
Constant Field Values

ATTRIBUTE_IP

public static final java.lang.String ATTRIBUTE_IP
See Also:
Constant Field Values

ATTRIBUTE_NUMBER_OF_CONNECTIONS

public static final java.lang.String ATTRIBUTE_NUMBER_OF_CONNECTIONS
See Also:
Constant Field Values

ATTRIBUTE_LOCAL_COMPONENT_LIST

public static final java.lang.String ATTRIBUTE_LOCAL_COMPONENT_LIST
See Also:
Constant Field Values

ATTRIBUTE_REMOTE_COMPONENT_LIST

public static final java.lang.String ATTRIBUTE_REMOTE_COMPONENT_LIST
See Also:
Constant Field Values

EVENT_HOSTKEY_RECEIVED

public static final int EVENT_HOSTKEY_RECEIVED
See Also:
Constant Field Values

EVENT_HOSTKEY_REJECTED

public static final int EVENT_HOSTKEY_REJECTED
See Also:
Constant Field Values

EVENT_HOSTKEY_ACCEPTED

public static final int EVENT_HOSTKEY_ACCEPTED
See Also:
Constant Field Values

EVENT_KEY_EXCHANGE_INIT

public static final int EVENT_KEY_EXCHANGE_INIT
See Also:
Constant Field Values

EVENT_KEY_EXCHANGE_FAILURE

public static final int EVENT_KEY_EXCHANGE_FAILURE
See Also:
Constant Field Values

EVENT_KEY_EXCHANGE_COMPLETE

public static final int EVENT_KEY_EXCHANGE_COMPLETE
See Also:
Constant Field Values

EVENT_AUTHENTICATION_METHODS_RECEIVED

public static final int EVENT_AUTHENTICATION_METHODS_RECEIVED
See Also:
Constant Field Values

EVENT_USERAUTH_SUCCESS

public static final int EVENT_USERAUTH_SUCCESS
See Also:
Constant Field Values

EVENT_USERAUTH_FAILURE

public static final int EVENT_USERAUTH_FAILURE
See Also:
Constant Field Values

EVENT_USERAUTH_FURTHER_AUTHENTICATION_REQUIRED

public static final int EVENT_USERAUTH_FURTHER_AUTHENTICATION_REQUIRED
See Also:
Constant Field Values

EVENT_FORWARDING_LOCAL_STARTED

public static final int EVENT_FORWARDING_LOCAL_STARTED
See Also:
Constant Field Values

EVENT_FORWARDING_REMOTE_STARTED

public static final int EVENT_FORWARDING_REMOTE_STARTED
See Also:
Constant Field Values

EVENT_FORWARDING_LOCAL_STOPPED

public static final int EVENT_FORWARDING_LOCAL_STOPPED
See Also:
Constant Field Values

EVENT_FORWARDING_REMOTE_STOPPED

public static final int EVENT_FORWARDING_REMOTE_STOPPED
See Also:
Constant Field Values

EVENT_DISCONNECTED

public static final int EVENT_DISCONNECTED
See Also:
Constant Field Values

EVENT_RECEIVED_DISCONNECT

public static final int EVENT_RECEIVED_DISCONNECT
See Also:
Constant Field Values

EVENT_SHELL_SESSION_STARTED

public static final int EVENT_SHELL_SESSION_STARTED
See Also:
Constant Field Values

EVENT_SHELL_SESSION_FAILED_TO_START

public static final int EVENT_SHELL_SESSION_FAILED_TO_START
See Also:
Constant Field Values

EVENT_SHELL_COMMAND

public static final int EVENT_SHELL_COMMAND
See Also:
Constant Field Values

EVENT_SUBSYSTEM_STARTED

public static final int EVENT_SUBSYSTEM_STARTED
See Also:
Constant Field Values

EVENT_SFTP_SESSION_STARTED

public static final int EVENT_SFTP_SESSION_STARTED
See Also:
Constant Field Values

EVENT_SFTP_SESSION_STOPPED

public static final int EVENT_SFTP_SESSION_STOPPED
See Also:
Constant Field Values

EVENT_SFTP_FILE_CLOSED

public static final int EVENT_SFTP_FILE_CLOSED
See Also:
Constant Field Values

EVENT_SFTP_FILE_OPENED

public static final int EVENT_SFTP_FILE_OPENED
See Also:
Constant Field Values

EVENT_SFTP_FILE_RENAMED

public static final int EVENT_SFTP_FILE_RENAMED
See Also:
Constant Field Values

EVENT_SFTP_FILE_DELETED

public static final int EVENT_SFTP_FILE_DELETED
See Also:
Constant Field Values

EVENT_SFTP_DIRECTORY_DELETED

public static final int EVENT_SFTP_DIRECTORY_DELETED
See Also:
Constant Field Values

EVENT_FAILED_TO_NEGOTIATE_TRANSPORT_COMPONENT

public static final int EVENT_FAILED_TO_NEGOTIATE_TRANSPORT_COMPONENT
See Also:
Constant Field Values

EVENT_CONNECTION_ATTEMPT

public static final int EVENT_CONNECTION_ATTEMPT
See Also:
Constant Field Values

EVENT_REACHED_CONNECTION_LIMIT

public static final int EVENT_REACHED_CONNECTION_LIMIT
See Also:
Constant Field Values

EVENT_LOG

public static final int EVENT_LOG
Logging event, this event replaces log.info(String) calls

See Also:
Constant Field Values

EVENT_DEBUG_LOG

public static final int EVENT_DEBUG_LOG
Logging event, this event replaces log.debug(String) calls

See Also:
Constant Field Values

EVENT_EXCEPTION_LOG

public static final int EVENT_EXCEPTION_LOG
Logging event, this event replaces log.info(String,Throwable) calls

See Also:
Constant Field Values

EVENT_ERROR_LOG

public static final int EVENT_ERROR_LOG
Logging event, this event replaces log.error(String) calls

See Also:
Constant Field Values
Constructor Detail

J2SSHEventCodes

public J2SSHEventCodes()


Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.