org.glassfish.admin.mbeanserver.ssl
Class JMXMasterPasswordImpl
java.lang.Object
org.glassfish.admin.mbeanserver.ssl.JMXMasterPasswordImpl
- All Implemented Interfaces:
- org.glassfish.hk2.PreDestroy, MasterPassword
@Service(name="JMX SSL Password Provider Service")
@Scoped(value=org.jvnet.hk2.component.Singleton.class)
public class JMXMasterPasswordImpl
- extends Object
- implements MasterPassword, org.jvnet.hk2.component.PreDestroy
Created by IntelliJ IDEA.
User: naman
Date: 13 Jan, 2011
Time: 11:46:39 AM
To change this template use File | Settings | File Templates.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMXMasterPasswordImpl
public JMXMasterPasswordImpl()
setMasterPassword
public void setMasterPassword(char[] masterPassword)
- Specified by:
setMasterPassword in interface MasterPassword
getMasterPasswordAdapter
public PasswordAdapter getMasterPasswordAdapter()
throws CertificateException,
IOException,
KeyStoreException,
NoSuchAlgorithmException
- Specified by:
getMasterPasswordAdapter in interface MasterPassword
- Throws:
CertificateException
IOException
KeyStoreException
NoSuchAlgorithmException
getMasterPassword
public char[] getMasterPassword()
preDestroy
public void preDestroy()
- Specified by:
preDestroy in interface org.glassfish.hk2.PreDestroy
Copyright © 2012. All Rights Reserved.