|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjpl.mipl.mdms.FileService.komodo.client.CLProcessor
jpl.mipl.mdms.FileService.komodo.client.ACLProcessor
public class ACLProcessor
This class implements the Administrator client side command line interpreter
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class jpl.mipl.mdms.FileService.komodo.client.CLProcessor |
|---|
CLProcessor.ScheduledBatch, CLProcessor.ShutDownHandler |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
ACLProcessor(boolean ssl,
String batchFileName,
boolean silent,
boolean exitAfterBatch)
Constructor |
|
| Method Summary | |
|---|---|
void |
addFileType()
Processes "addFileType" command |
void |
addFileTypeToRole()
Method to processes "addFileTypeToRole" command |
void |
addRole()
Processes "addRole" command to add a new user role |
void |
addUser()
Processes "addUser" command. |
void |
addUserToRole()
Processes "addUserToRole" command |
void |
changePassword()
Change a user's password. |
void |
connect()
Processes "connect" command |
void |
connections()
Processes "connections" command |
void |
delFileType()
Processes "delFileType" command to remove file type |
void |
delFileTypeFromRole()
Processes "delFileTypeFromRole" command |
void |
delRole()
Processes "delRole" command to remove a user role |
void |
delUser()
Processes "delUser" command to remove a user. |
void |
delUserFromRole()
Processes "delUserFromRole" command |
void |
dSync()
Processes "dSync" command |
void |
focus()
Processes "focus" command |
void |
fSync()
Processes "fSync" command. |
void |
hotboot()
Processes "hotboot" command similar to SIG HUP in UNIX. |
void |
login()
Process admin login and reinitialize internal admin object reference. |
void |
loginUsingCache()
Process admin login using login file and reinitialize internal admin object reference. |
void |
logMessage()
Writes a message to server log |
void |
modifyFileType()
Modifies a setting for a filetype. |
void |
modifyRole()
Modify capabilities associated with a role |
void |
modifyUserAccess()
Modifies access level associated with a user name |
void |
move()
Checks the user authentication in session object, contacts MDMS PWDServer if password is null |
void |
setLock()
Modifies access level associated with a user name |
void |
showConnections()
Processes "showConnections" command |
void |
showFileTypes()
Processes "showConnections" command |
void |
showFiletypesForRole()
Processes "showFiletypesForRoles" command |
void |
showLocks()
Processes "showLocks" command |
void |
showMemory()
Processes "showMemory" command |
void |
showRoles()
Processes "showRoles" command |
void |
showRolesForFileType()
Processes "showRolesForFileType" command |
void |
showRolesForUser()
Processes "showRolesForUser" command |
void |
showServerParameters()
Processes "showServerParameters" command |
void |
showServers()
Processes "showServers" command |
void |
showUsers()
Processes "showUsers" command |
void |
showUsersForRole()
Processes "showUsersForRole" command |
void |
shutdown()
Processes "shutdown" command |
| Methods inherited from class jpl.mipl.mdms.FileService.komodo.client.CLProcessor |
|---|
_checkFile, _getDate, _getResults, _getResults, _handleError, _handlePrompt, _mapCommands, _readInput, _readTTYLine, _setVersion, _startBatch, _writeTTYLine, addToCommandHistory, batch, changeDir, dateFormat, exit, help, history, logCmds, logFile, ls, notImplemented, pause, processInput, processTtyInput, pwd, set, showDomainFile, version |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ACLProcessor(boolean ssl,
String batchFileName,
boolean silent,
boolean exitAfterBatch)
throws Exception
ssl - SSL flag set to true to enable SSL supportbatchFileName - batch file namesilent - true if client invoked with -b
Exception - command processing failure| Method Detail |
|---|
public final void addFileTypeToRole()
throws SessionException
SessionException - when add file type role session fail
public final void addUser()
throws SessionException
SessionException - when processing session fail
public final void addUserToRole()
throws SessionException
SessionException - when processing session fail
public void changePassword()
throws SessionException
SessionException - when processing session failpublic final void connect()
public final void connections()
public final void dSync()
throws SessionException
SessionException - when processing session failpublic final void focus()
public final void fSync()
throws SessionException
SessionException - when processing session fail
public final void hotboot()
throws SessionException
SessionException - when processing session failpublic final void login()
login in class CLProcessorpublic final void loginUsingCache()
loginUsingCache in class CLProcessor
public final void addFileType()
throws SessionException
SessionException - when processing session fail
public final void addRole()
throws SessionException
SessionException - when processing session fail
public final void delRole()
throws SessionException
SessionException - when processing session fail
public final void delUser()
throws SessionException
SessionException - when processing session fail
public final void delFileType()
throws SessionException
SessionException - when processing session fail
public final void delFileTypeFromRole()
throws SessionException
SessionException - when processing session fail
public final void delUserFromRole()
throws SessionException
SessionException - when processing session fail
public final void showConnections()
throws SessionException
SessionException - when processing session fail
public final void showFileTypes()
throws SessionException
SessionException - when processing session fail
public final void showMemory()
throws SessionException
SessionException - when processing session fail
public final void showLocks()
throws SessionException
SessionException - when processing session fail
public final void showServerParameters()
throws SessionException
SessionException - when processing session fail
public final void showServers()
throws SessionException
SessionException - when processing session fail
public final void showRoles()
throws SessionException
SessionException - when processing session fail
public final void showRolesForFileType()
throws SessionException
SessionException - when processing session fail
public final void showFiletypesForRole()
throws SessionException
SessionException - when processing session fail
public final void showRolesForUser()
throws SessionException
SessionException - when processing session fail
public final void showUsersForRole()
throws SessionException
SessionException - when processing session fail
public final void showUsers()
throws SessionException
SessionException - when processing session fail
public final void shutdown()
throws SessionException
SessionException - when processing session fail
public final void move()
throws SessionException
group - Name of FEI server group
SessionException - when invalid login
public final void modifyFileType()
throws SessionException
SessionException - when invalid login
public final void logMessage()
throws SessionException
SessionException - when invalid login
public final void modifyRole()
throws SessionException
SessionException - when invalid login
public final void modifyUserAccess()
throws SessionException
SessionException - when invalid login
public final void setLock()
throws SessionException
SessionException - when invalid login
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||