Cumulus4j API
(1.2.0)

org.cumulus4j.keymanager.cli
Class SubCommandWithKeyStoreWithAuth

java.lang.Object
  extended by org.cumulus4j.keymanager.cli.SubCommand
      extended by org.cumulus4j.keymanager.cli.SubCommandWithKeyStore
          extended by org.cumulus4j.keymanager.cli.SubCommandWithKeyStoreWithAuth
Direct Known Subclasses:
InfoSubCommand

Deprecated. All sub-commands that currently subclass this class should instead subclass SubCommandWithKeyManagerAPIWithAuth or one of its subclasses.

@Deprecated
public abstract class SubCommandWithKeyStoreWithAuth
extends SubCommandWithKeyStore

Abstract SubCommand implementation for being subclassed when a key-store and authentication (user + password) is used.

Author:
Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de

Constructor Summary
SubCommandWithKeyStoreWithAuth()
          Deprecated.  
 
Method Summary
 String getAuthPassword()
          Deprecated.  
 char[] getAuthPasswordAsCharArray()
          Deprecated.  
 String getAuthUserName()
          Deprecated.  
 void prepare()
          Deprecated.  
 
Methods inherited from class org.cumulus4j.keymanager.cli.SubCommandWithKeyStore
getKeyStore, getKeyStoreFile
 
Methods inherited from class org.cumulus4j.keymanager.cli.SubCommand
getSubCommandDescription, getSubCommandName, promptPassword, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubCommandWithKeyStoreWithAuth

public SubCommandWithKeyStoreWithAuth()
Deprecated. 
Method Detail

getAuthUserName

public String getAuthUserName()
Deprecated. 

getAuthPasswordAsCharArray

public char[] getAuthPasswordAsCharArray()
Deprecated. 

getAuthPassword

public String getAuthPassword()
Deprecated. 

prepare

public void prepare()
             throws Exception
Deprecated. 
Overrides:
prepare in class SubCommandWithKeyStore
Throws:
Exception

Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.