org.mobicents.slee.resource.parlay.fw.access
Interface TSMBeanConstants

All Known Implementing Classes:
TSMBeanImpl

public interface TSMBeanConstants

This interface defines the public constants used by the TSMBean. These constants are public to provide users visibility of the operations supported on this bean.


Field Summary
static java.lang.String ACCESS_TYPE
          Access type specified during requestAccess().
static int ACTIVE_STATE
          The active state.
static java.lang.String AUTHENTICATION_TYPE
          Authentication type specified during initiateAuthentication().
static int IDLE_STATE
          The idle state.
static int INITIALIZED_STATE
          The intitialized state.
static int INVALID_STATE
          The invalid state.
static java.lang.String NULL_AUTH
          Value included in authentication capability list for NULL authentication.
static java.lang.String P_DISCOVERY
          Passed to obtainInterface method for returning a Discovery interface.
static java.lang.String P_RSA_1024
          Value included in authentication capability list for P_RSA_1024 authentication.
static java.lang.String P_RSA_512
          Value included in authentication capability list for P_RSA_512 authentication.
static java.lang.String P_SERVICE_AGREEMENT_MANAGEMENT
          Passed to obtainInterface method for returning a Service Agreement Management interface.
 

Field Detail

P_DISCOVERY

static final java.lang.String P_DISCOVERY
Passed to obtainInterface method for returning a Discovery interface. Value = "P_DISCOVERY"

See Also:
Constant Field Values

P_SERVICE_AGREEMENT_MANAGEMENT

static final java.lang.String P_SERVICE_AGREEMENT_MANAGEMENT
Passed to obtainInterface method for returning a Service Agreement Management interface. Value = "P_SERVICE_AGREEMENT_MANAGEMENT"

See Also:
Constant Field Values

ACCESS_TYPE

static final java.lang.String ACCESS_TYPE
Access type specified during requestAccess(). Value = "P_OSA_ACCESS"

See Also:
Constant Field Values

AUTHENTICATION_TYPE

static final java.lang.String AUTHENTICATION_TYPE
Authentication type specified during initiateAuthentication(). Value = "P_OSA_AUTHENTICATION"

See Also:
Constant Field Values

NULL_AUTH

static final java.lang.String NULL_AUTH
Value included in authentication capability list for NULL authentication. Value = "NULL"

See Also:
Constant Field Values

P_RSA_1024

static final java.lang.String P_RSA_1024
Value included in authentication capability list for P_RSA_1024 authentication. Value = "P_RSA_1024"

See Also:
Constant Field Values

P_RSA_512

static final java.lang.String P_RSA_512
Value included in authentication capability list for P_RSA_512 authentication. Value = "P_RSA_512"

See Also:
Constant Field Values

IDLE_STATE

static final int IDLE_STATE
The idle state. This state indicates the TSMBean has not yet authenticated the application. Value = 0

See Also:
Constant Field Values

ACTIVE_STATE

static final int ACTIVE_STATE
The active state. This state indicates the TSMBean has authenticated the application. Value = 1

See Also:
Constant Field Values

INVALID_STATE

static final int INVALID_STATE
The invalid state. This state indicates the TSMBean has ended the application access session and may no longer be used. Value = 2

See Also:
Constant Field Values

INITIALIZED_STATE

static final int INITIALIZED_STATE
The intitialized state. This state indicates the TSMBean has initialised and looked up the gateway's initial point of contact. Value = 3

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.