org.n0pe.asadmin
Interface IAsAdminCmd

All Known Implementing Classes:
AbstractAsAdminCmd, CreateAuthRealm, CreateFileUser, CreateJdbcConnectionPool, CreateJdbcResource, CreateMessageSecurityProvider, Database, DeleteFileUser, DeleteJdbcConnectionPool, DeleteJdbcResource, DeleteMessageSecurityProvider, Deployment, Domain, EnableSecureAdmin, Get, ListApplicationRefs, ListDomains, ListFileUsers, PingConnectionPool, Set, UpdateFileUser

public interface IAsAdminCmd


Method Summary
 String getActionCommand()
           
 Reader getErrorOutput()
           
 String[] getParameters()
           
 Reader getStandardOutput()
           
 String handlePasswordFile(String configuredPasswordFile)
          Hooks called by AsAdmin to allow commands to impact the configured password file.
 boolean needCredentials()
           
 

Method Detail

getStandardOutput

Reader getStandardOutput()

getErrorOutput

Reader getErrorOutput()

needCredentials

boolean needCredentials()

handlePasswordFile

String handlePasswordFile(String configuredPasswordFile)
                          throws AsAdminException
Hooks called by AsAdmin to allow commands to impact the configured password file.

Parameters:
configuredPasswordFile - Configured password file
Returns:
Password file, same or changed if needed
Throws:
AsAdminException

getActionCommand

String getActionCommand()

getParameters

String[] getParameters()


Copyright © 2012. All Rights Reserved.