JavaScript is disabled on your browser.
Overlord Commons: Karaf commands 2.0.12.Final
java.lang.Object
org.apache.karaf.shell.console.AbstractAction
org.apache.karaf.shell.console.OsgiCommandSupport
All Implemented Interfaces:
org.apache.felix.gogo.commands.Action, org.apache.karaf.shell.console.BundleContextAware
public class GenerateSamlKeystoreCommand
extends AbstractSamlKeystoreCommand
Karaf console command for use within JBoss Fuse. It generates/overwrites the overlord-saml.keystore file in the /etc
folder. Call it w/ the keystore password as an argument. Ex:
overlord:generateSamlKeystore [password]
Note that this uses the BouncyCastle library to encrypt the keystore file. It was not possible to directly use
sun.security as it does not support OSGi environments.
Author:
David Virgil Naranjo
Field Summary
Fields inherited from class org.apache.karaf.shell.console.OsgiCommandSupport
bundleContext, usedReferences
Fields inherited from class org.apache.karaf.shell.console.AbstractAction
log, session
Method Summary
Methods
Modifier and Type
Method and Description
protected String
getConfigPath ()
Gets the fuse config path.
protected void
updateOverlordProperties ()
Update the overlord properties with the new password introduced.
Methods inherited from class org.apache.karaf.shell.console.OsgiCommandSupport
execute, getAllServices, getBundleContext, getService, setBundleContext, ungetServices
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Overlord Commons: Karaf commands 2.0.12.Final
Copyright © 2013-2014 JBoss, a division of Red Hat . All Rights Reserved.