Skip navigation links
com.essbase.eas.essbase.server
Class UsrGrpCommandListener
java.lang.Object
com.essbase.eas.framework.server.application.DefaultApplicationPart
com.essbase.eas.framework.server.application.AbstractCommandListener
com.essbase.eas.server.AppManCommandListener
com.essbase.eas.essbase.server.EssbaseCommandListener
com.essbase.eas.essbase.server.UsrGrpCommandListener
- All Implemented Interfaces:
- ApplicationPart, CommandListener
-
public class UsrGrpCommandListener
- extends EssbaseCommandListener
- Since:
- 6.2.0
- Version:
- 6.5.4
- Author:
- Hyperion Solutions
| Fields inherited from class com.essbase.eas.essbase.server.EssbaseCommandListener |
DEADEND, DEADEND_KEY, FAILED, FAILED_KEY, NOT_CONNECTED, NOT_CONNECTED_KEY, NOT_CONNECTING, NOT_CONNECTING_KEY, RELOGIN, RELOGIN_KEY, requestMap, TOKEN_TIMEOUT1_KEY, TOKEN_TIMEOUT2_KEY |
| Fields inherited from class com.essbase.eas.framework.server.application.DefaultApplicationPart |
CHAIN_SEPARATOR, manager, parts, serviceContext, serviceManager, state, STATE_BEFORE_WORKERS_ASSIGNED, STATE_CONSTRUCTED, STATE_DESTROYED, STATE_INITIALIZED, STATE_MANAGED, STATE_NULL, STATE_WORKERS_ASSIGNED, STATE_WORKERS_INITIALIZED, storeService |
| Methods inherited from class com.essbase.eas.framework.server.application.AbstractCommandListener |
addMethodAlias, addMethodAlias, assignWorkers, buildMethodMap, convertStringValueToArgument, getArgumentsForCommand, getMethod, getMethodForAlias, getRoles, getSessionObject, handleEvent, init, isRequestFromSameServer, removeSessionObject, setServiceResult, setSessionObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsrGrpCommandListener
public UsrGrpCommandListener()
createUser
public boolean createUser(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getUserList
public boolean getUserList(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getCommands
public CommandDescriptor[] getCommands()
- Description copied from class:
AbstractCommandListener
- Implementation of the
CommandListener.getCommands() method. This is an empty implementation and should be overridden by any derived classes that use the new introspection method of discovering commands.
-
- Specified by:
getCommands in interface CommandListener
- Overrides:
getCommands in class AbstractCommandListener
-
- Returns:
- a zero-length array of
CommandDescriptor objects.
getGroupList
public boolean getGroupList(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
createGroup
public boolean createGroup(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
setUser
public boolean setUser(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
setGroup
public boolean setGroup(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getGroup
public boolean getGroup(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getSecurityList
public boolean getSecurityList(CommandEvent theEvent,
ServiceContext theContext,
java.lang.String serverName,
java.lang.String appName,
java.lang.String dbName,
java.lang.String usrGrp,
java.lang.String allUsers)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getApplicationAccess
public boolean getApplicationAccess(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
setApplicationAccess
public boolean setApplicationAccess(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getUser
public boolean getUser(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
findUserInGroup
public boolean findUserInGroup(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
renameUser
public boolean renameUser(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
renameGroup
public boolean renameGroup(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
copyUser
public boolean copyUser(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
copyGroup
public boolean copyGroup(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
deleteUser
public boolean deleteUser(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
deleteGroup
public boolean deleteGroup(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getDisabledUserList
public boolean getDisabledUserList(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
enableUser
public boolean enableUser(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getUserAccess
public boolean getUserAccess(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getDatabaseAccess
public boolean getDatabaseAccess(CommandEvent theEvent)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.