com.beasys.commerce.user.jsp.beans
Class FunctionAccessBean
java.lang.Object
|
+--com.beasys.commerce.user.jsp.beans.FunctionAccessBean
- All Implemented Interfaces:
- LDAPBridgeConstants
- public class FunctionAccessBean
- extends java.lang.Object
- implements LDAPBridgeConstants
Bean to determine what should be available in a jsp page
based on configuration settings. Should probably be
application-scoped since the properties file will only
be read once during the life of the application.
- Version:
- $Revision: 2$, $Date: 2/28/00 5:05:39 PM$
- Author:
- original: Tom Stamm, latest: $Author: Tom Stamm$
Constructor Summary |
FunctionAccessBean()
The default constructor which stores the realm bean name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionAccessBean
public FunctionAccessBean()
throws javax.ejb.CreateException,
java.rmi.RemoteException,
ToolkitException
- The default constructor which stores the realm bean name
isLdap
public boolean isLdap()
- Returns:
- true if the server is running with an LDAP realm
getRealmClassName
public java.lang.String getRealmClassName()
throws javax.ejb.CreateException,
java.rmi.RemoteException,
ToolkitException
- Returns:
- the name of the current realm class in the server
isDefaultRealm
public boolean isDefaultRealm()
throws javax.ejb.CreateException,
java.rmi.RemoteException,
ToolkitException
- Returns:
- true if the default RDBMSRealm is being used
Copyright © 2000 BEA Systems, Inc. All Rights Reserved