org.cumulus4j.keymanager.cli
Class SubCommandWithKeyStoreWithAuth
java.lang.Object
  
org.cumulus4j.keymanager.cli.SubCommand
      
org.cumulus4j.keymanager.cli.SubCommandWithKeyStore
          
org.cumulus4j.keymanager.cli.SubCommandWithKeyStoreWithAuth
- Direct Known Subclasses: 
 - InfoSubCommand
 
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
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SubCommandWithKeyStoreWithAuth
public SubCommandWithKeyStoreWithAuth()
getAuthUserName
public String getAuthUserName()
 
getAuthPasswordAsCharArray
public char[] getAuthPasswordAsCharArray()
 
getAuthPassword
public String getAuthPassword()
 
prepare
public void prepare()
             throws Exception
- Overrides:
 prepare in class SubCommandWithKeyStore
 
- Throws:
 Exception
 
Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.