Class JMXMasterPasswordImpl
- java.lang.Object
-
- org.glassfish.admin.mbeanserver.ssl.JMXMasterPasswordImpl
-
- All Implemented Interfaces:
org.glassfish.security.common.MasterPassword
@Service(name="JMX SSL Password Provider Service") @Singleton public class JMXMasterPasswordImpl extends Object implements org.glassfish.security.common.MasterPassword
Created by IntelliJ IDEA. User: naman Date: 13 Jan, 2011 Time: 11:46:39 AM To change this template use File | Settings | File Templates.
-
-
Constructor Summary
Constructors Constructor Description JMXMasterPasswordImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char[]getMasterPassword()com.sun.enterprise.security.store.PasswordAdaptergetMasterPasswordAdapter()
-
-
-
Method Detail
-
getMasterPasswordAdapter
public com.sun.enterprise.security.store.PasswordAdapter getMasterPasswordAdapter() throws CertificateException, IOException, KeyStoreException, NoSuchAlgorithmException- Specified by:
getMasterPasswordAdapterin interfaceorg.glassfish.security.common.MasterPassword- Throws:
CertificateExceptionIOExceptionKeyStoreExceptionNoSuchAlgorithmException
-
getMasterPassword
public char[] getMasterPassword()
-
-