org.n0pe.asadmin.commands
Class CreateAuthRealm

java.lang.Object
  extended by org.n0pe.asadmin.AbstractAsAdminCmd
      extended by org.n0pe.asadmin.commands.CreateAuthRealm
All Implemented Interfaces:
IAsAdminCmd

public class CreateAuthRealm
extends AbstractAsAdminCmd

Author:
Paul Merlin

Constructor Summary
CreateAuthRealm(String realmName)
           
 
Method Summary
 CreateAuthRealm addProperty(String key, String value)
           
 String getActionCommand()
           
 String[] getParameters()
           
 boolean needCredentials()
           
 CreateAuthRealm withClassName(String className)
           
 
Methods inherited from class org.n0pe.asadmin.AbstractAsAdminCmd
getErrorOutput, getStandardOutput, handlePasswordFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateAuthRealm

public CreateAuthRealm(String realmName)
Method Detail

withClassName

public CreateAuthRealm withClassName(String className)

addProperty

public CreateAuthRealm addProperty(String key,
                                   String value)

needCredentials

public boolean needCredentials()

getActionCommand

public String getActionCommand()

getParameters

public String[] getParameters()


Copyright © 2012. All Rights Reserved.