org.n0pe.mojo.asadmin
Class CreateAuthRealmMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.n0pe.mojo.asadmin.AbstractAsadminMojo
          extended by 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

Field Summary
 
Fields inherited from class org.n0pe.mojo.asadmin.AbstractAsadminMojo
appArchive, appName, contextRoot, domain, mavenProject
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
CreateAuthRealmMojo()
           
 
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.n0pe.mojo.asadmin.AbstractAsadminMojo
execute, getGlassfishHome, getHost, getPasswordFile, getPort, getUser, isSecure
 
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
 

Constructor Detail

CreateAuthRealmMojo

public CreateAuthRealmMojo()
Method Detail

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.