com.adventnet.agent.tl1.security
Interface SecurityVariables

All Known Implementing Classes:
ChannelSecurityCommands, SecurityLogHandler, SecurityView, UserSecurityCommands, ResourceSecurityCommands

interface SecurityVariables

This interface is intended to store all the string variables frequently used in these security files. As by default interface variables are public, static and final the effiency will increase.


Field Summary
static java.lang.String aid
          aid -- for any aid values
static java.lang.String ALW_LOG_SECU
          Admin commands - ALLOW SECURITY LOGGING
static java.lang.String cap
          cap -- Command Access Privilege.
static java.lang.String chap
          chap -- Channel access privileges.
static java.lang.String DLT_CID_SECU
          Admin commands - DELETE CHANNEL SECURITY
static java.lang.String DLT_CMD_SECU
          Admin commands - DELETE COMMAND SECURITY
static java.lang.String DLT_RSC_SECU
          Admin commands - DELETE RESOURCE SECURITY
static java.lang.String DLT_SECU
          Admin commands - DELETE SECURITY(OPERATION)
static java.lang.String DLT_USER_SECU
          Admin commands - DELETE USER SECURITY
static java.lang.String DURAL
          DURAL -- Duration of alert condition
static java.lang.String ECMR
          ECMR -- Creation and modification of NE/Ns resources performed via satndard opeartions and maintenance procedures.
static java.lang.String ECSP
          ECSP -- Changes made in channel security profile and attributes.
static java.lang.String ED_CID_SECU
          Admin commands - EDIT CHANNEL SECURITY
static java.lang.String ED_CMD_SECU
          Admin commands - EDIT COMMAND SECURITY
static java.lang.String ED_RSC_SECU
          Admin commands - EDIT RESOURCE SECURITY
static java.lang.String ED_SECU
          Admin commands - EDIT SECURITY(OPERATION)
static java.lang.String ED_USER_SECU
          Admin commands - EDIT USER SECURITY
static java.lang.String EIUA
          EIUA -- Invalid user authentication attempts
static java.lang.String ENT_CID_SECU
          Admin commands - ENTER CHANNEL SECURITY
static java.lang.String ENT_CMD_SECU
          Admin commands - ENTER COMMAND SECURITY
static java.lang.String ENT_RSC_SECU
          Admin commands - ENTER RESOURCE SECURITY
static java.lang.String ENT_SECU
          Admin commands - ENTER SECURITY(OPERATION)
static java.lang.String ENT_USER_SECU
          Admin commands - ENTER USER SECURITY
static java.lang.String ERSP
          ERSP -- Changes made in access rights associated with resources.
static java.lang.String ESCC
          ESCC -- Changes made in the NE/NS security configuration.
static java.lang.String EURA
          EURA -- Unauthorised attempts to access resources (e.g data,transactions,processes)
static java.lang.String EUSP
          EUSP -- Changes made in user security profile and attributes.
static java.lang.String INH_LOG_SECU
          Admin commands - INHIBHIT SECURITY LOGGING
static java.lang.String IS
          IS -- In Service.
static java.lang.String LSTOI
          LSTOI is object identifiers that are accessible to this UID
static java.lang.String MXINV
          MXINV -- The maximum no of invalid session setup attempts allowed.
static java.lang.String OOS
          OOS -- Out Of Service.
static java.lang.String PAGE
          PAGE is the password aging interval expressed in days.
static java.lang.String PCND
          PCND is an number of days a user can use the existing password after expiry.
static java.lang.String PCNN
          PCNN is number of times a user can use password after expiry
static java.lang.String POINT
          POINT is password obsolescence period.
static java.lang.String rap
          rap -- resource access privilege
static java.lang.String root
          root -- Identifier of Admin
static java.lang.String RTRV_ATTR_SECULOG
          Admin commands - RETRIEVE ATTRIBUTE SECURITY LOG
static java.lang.String RTRV_AUDIT_SECULOG
          Admin commands - RETRIEVE ATTRIBUTE SECURITY LOG
static java.lang.String SET_ATTR_SECULOG
          Admin commands - SET ATTRIBUTE SECURITY LOG
static java.lang.String TMOUT
          TMOUT -- Time out interval
static java.lang.String UOUT
          UOUT is UID aging interval expressed in days.
 

Field Detail

PAGE

public static final java.lang.String PAGE
PAGE is the password aging interval expressed in days.

PCND

public static final java.lang.String PCND
PCND is an number of days a user can use the existing password after expiry.

PCNN

public static final java.lang.String PCNN
PCNN is number of times a user can use password after expiry

POINT

public static final java.lang.String POINT
POINT is password obsolescence period.

UOUT

public static final java.lang.String UOUT
UOUT is UID aging interval expressed in days.

LSTOI

public static final java.lang.String LSTOI
LSTOI is object identifiers that are accessible to this UID

IS

public static final java.lang.String IS
IS -- In Service.

OOS

public static final java.lang.String OOS
OOS -- Out Of Service.

EIUA

public static final java.lang.String EIUA
EIUA -- Invalid user authentication attempts

EURA

public static final java.lang.String EURA
EURA -- Unauthorised attempts to access resources (e.g data,transactions,processes)

EUSP

public static final java.lang.String EUSP
EUSP -- Changes made in user security profile and attributes.

ECSP

public static final java.lang.String ECSP
ECSP -- Changes made in channel security profile and attributes.

ERSP

public static final java.lang.String ERSP
ERSP -- Changes made in access rights associated with resources.

ESCC

public static final java.lang.String ESCC
ESCC -- Changes made in the NE/NS security configuration.

ECMR

public static final java.lang.String ECMR
ECMR -- Creation and modification of NE/Ns resources performed via satndard opeartions and maintenance procedures.

MXINV

public static final java.lang.String MXINV
MXINV -- The maximum no of invalid session setup attempts allowed.

DURAL

public static final java.lang.String DURAL
DURAL -- Duration of alert condition

TMOUT

public static final java.lang.String TMOUT
TMOUT -- Time out interval

chap

public static final java.lang.String chap
chap -- Channel access privileges.

aid

public static final java.lang.String aid
aid -- for any aid values

cap

public static final java.lang.String cap
cap -- Command Access Privilege.

rap

public static final java.lang.String rap
rap -- resource access privilege

root

public static final java.lang.String root
root -- Identifier of Admin

ENT_USER_SECU

public static final java.lang.String ENT_USER_SECU
Admin commands - ENTER USER SECURITY

ED_USER_SECU

public static final java.lang.String ED_USER_SECU
Admin commands - EDIT USER SECURITY

DLT_USER_SECU

public static final java.lang.String DLT_USER_SECU
Admin commands - DELETE USER SECURITY

ENT_CID_SECU

public static final java.lang.String ENT_CID_SECU
Admin commands - ENTER CHANNEL SECURITY

ED_CID_SECU

public static final java.lang.String ED_CID_SECU
Admin commands - EDIT CHANNEL SECURITY

DLT_CID_SECU

public static final java.lang.String DLT_CID_SECU
Admin commands - DELETE CHANNEL SECURITY

ENT_CMD_SECU

public static final java.lang.String ENT_CMD_SECU
Admin commands - ENTER COMMAND SECURITY

ED_CMD_SECU

public static final java.lang.String ED_CMD_SECU
Admin commands - EDIT COMMAND SECURITY

DLT_CMD_SECU

public static final java.lang.String DLT_CMD_SECU
Admin commands - DELETE COMMAND SECURITY

ENT_SECU

public static final java.lang.String ENT_SECU
Admin commands - ENTER SECURITY(OPERATION)

ED_SECU

public static final java.lang.String ED_SECU
Admin commands - EDIT SECURITY(OPERATION)

DLT_SECU

public static final java.lang.String DLT_SECU
Admin commands - DELETE SECURITY(OPERATION)

ENT_RSC_SECU

public static final java.lang.String ENT_RSC_SECU
Admin commands - ENTER RESOURCE SECURITY

ED_RSC_SECU

public static final java.lang.String ED_RSC_SECU
Admin commands - EDIT RESOURCE SECURITY

DLT_RSC_SECU

public static final java.lang.String DLT_RSC_SECU
Admin commands - DELETE RESOURCE SECURITY

ALW_LOG_SECU

public static final java.lang.String ALW_LOG_SECU
Admin commands - ALLOW SECURITY LOGGING

INH_LOG_SECU

public static final java.lang.String INH_LOG_SECU
Admin commands - INHIBHIT SECURITY LOGGING

RTRV_ATTR_SECULOG

public static final java.lang.String RTRV_ATTR_SECULOG
Admin commands - RETRIEVE ATTRIBUTE SECURITY LOG

RTRV_AUDIT_SECULOG

public static final java.lang.String RTRV_AUDIT_SECULOG
Admin commands - RETRIEVE ATTRIBUTE SECURITY LOG

SET_ATTR_SECULOG

public static final java.lang.String SET_ATTR_SECULOG
Admin commands - SET ATTRIBUTE SECURITY LOG