org.n0pe.mojo.asadmin
Class CreateAuthRealmMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.n0pe.mojo.asadmin.AbstractAsadminMojo
org.n0pe.mojo.asadmin.CreateAuthRealmMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, IAsAdminConfig
public class CreateAuthRealmMojo
- extends AbstractAsadminMojo
- Author:
- Paul Merlin
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
protected AsAdminCmdList |
getAsCommandList()
Usage : create-auth-realm --classname realm_class [--terse=false] [--echo=false]
[--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s]
[--user admin_user] [--passwordfile file_name]
[--property (name=value)[:name=value]*]
[--target target(Default server)] auth_realm_name |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateAuthRealmMojo
public CreateAuthRealmMojo()
getAsCommandList
protected AsAdminCmdList getAsCommandList()
- Usage : create-auth-realm --classname realm_class [--terse=false] [--echo=false]
[--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s]
[--user admin_user] [--passwordfile file_name]
[--property (name=value)[:name=value]*]
[--target target(Default server)] auth_realm_name
- Specified by:
getAsCommandList in class AbstractAsadminMojo
- Returns:
- asadmin commands
Copyright © 2010. All Rights Reserved.