com.bankframe.services.accesscontrol.administration
Class UserGroupConstants

java.lang.Object
  extended by com.bankframe.services.accesscontrol.administration.UserGroupConstants

public class UserGroupConstants
extends Object

This class contains the constant variables common for both the UserAdministration and GroupAdministration Session Beans.


Field Summary
static String DESCRIPTION
           
static String EJB_GROUP_JNDI_NAME
           
static String EJB_GROUP_MEMBER_JNDI_NAME
           
static String EJB_GROUP_PERMISSION_JNDI_NAME
           
static String EJB_USER_JNDI_NAME
           
static String EJB_USER_PERMISSION_JNDI_NAME
           
static String EXCEPTION
           
static String EXCEPTION_MESSAGE
           
static String GROUP
           
static String GROUP_ADMINISTRATION_REQUEST_ID
           
static String GROUP_EXCEPTION
           
static String GROUP_ID
           
static String GROUP_NAME
           
static String GROUP_SERVLET
           
static String JNDI_NAME
           
static String PASSWORD
           
static String PERMISSION
           
static String REQUEST_ID
           
static String ROUTE_ADMINISTRATION_JNDI_NAME
           
static String SERVICE_SERVLET
           
static String USER_ADMINISTRATION_REQUEST_ID
           
static String USER_EXCEPTION
           
static String USER_GROUP_SERVLET
           
static String USER_ID
           
static String USER_NAME
           
static String USER_SERVLET
           
 
Constructor Summary
UserGroupConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_ADMINISTRATION_REQUEST_ID

public static final String USER_ADMINISTRATION_REQUEST_ID
See Also:
Constant Field Values

GROUP_ADMINISTRATION_REQUEST_ID

public static final String GROUP_ADMINISTRATION_REQUEST_ID
See Also:
Constant Field Values

USER_GROUP_SERVLET

public static final String USER_GROUP_SERVLET
See Also:
Constant Field Values

SERVICE_SERVLET

public static final String SERVICE_SERVLET
See Also:
Constant Field Values

GROUP_SERVLET

public static final String GROUP_SERVLET
See Also:
Constant Field Values

USER_SERVLET

public static final String USER_SERVLET
See Also:
Constant Field Values

EJB_GROUP_JNDI_NAME

public static final String EJB_GROUP_JNDI_NAME
See Also:
Constant Field Values

EJB_GROUP_MEMBER_JNDI_NAME

public static final String EJB_GROUP_MEMBER_JNDI_NAME
See Also:
Constant Field Values

EJB_GROUP_PERMISSION_JNDI_NAME

public static final String EJB_GROUP_PERMISSION_JNDI_NAME
See Also:
Constant Field Values

EJB_USER_JNDI_NAME

public static final String EJB_USER_JNDI_NAME
See Also:
Constant Field Values

EJB_USER_PERMISSION_JNDI_NAME

public static final String EJB_USER_PERMISSION_JNDI_NAME
See Also:
Constant Field Values

ROUTE_ADMINISTRATION_JNDI_NAME

public static final String ROUTE_ADMINISTRATION_JNDI_NAME
See Also:
Constant Field Values

PERMISSION

public static final String PERMISSION
See Also:
Constant Field Values

REQUEST_ID

public static final String REQUEST_ID
See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values

EXCEPTION_MESSAGE

public static final String EXCEPTION_MESSAGE
See Also:
Constant Field Values

EXCEPTION

public static final String EXCEPTION
See Also:
Constant Field Values

USER_EXCEPTION

public static final String USER_EXCEPTION
See Also:
Constant Field Values

GROUP_EXCEPTION

public static final String GROUP_EXCEPTION
See Also:
Constant Field Values

USER_ID

public static final String USER_ID
See Also:
Constant Field Values

GROUP

public static final String GROUP
See Also:
Constant Field Values

USER_NAME

public static final String USER_NAME
See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
See Also:
Constant Field Values

GROUP_ID

public static final String GROUP_ID
See Also:
Constant Field Values

GROUP_NAME

public static final String GROUP_NAME
See Also:
Constant Field Values

JNDI_NAME

public static final String JNDI_NAME
See Also:
Constant Field Values
Constructor Detail

UserGroupConstants

public UserGroupConstants()


Copyright © 2005, 2007, Oracle. All rights reserved.