Package org.glassfish.security.common
Interface MasterPassword
-
- All Known Implementing Classes:
JMXMasterPasswordImpl,MasterPasswordImpl
@Contract public interface MasterPasswordA contract to pass the Glassfish master password between the admin module and the security module.- Author:
- Sudarsan Sridhar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PasswordAdaptergetMasterPasswordAdapter()Create and return PasswordAdapter using the master password.
-
-
-
Method Detail
-
getMasterPasswordAdapter
PasswordAdapter getMasterPasswordAdapter() throws CertificateException, IOException, KeyStoreException, NoSuchAlgorithmException
Create and return PasswordAdapter using the master password.- Returns:
- PasswordAdapter using the master password.
- Throws:
CertificateExceptionIOExceptionKeyStoreExceptionNoSuchAlgorithmException
-
-