Package com.sun.enterprise.v3.admin
Class IdmService
- java.lang.Object
-
- com.sun.enterprise.v3.admin.IdmService
-
- All Implemented Interfaces:
IdentityManagement,org.glassfish.hk2.api.PostConstruct
@Service(name="jks-based") public class IdmService extends Object implements org.glassfish.hk2.api.PostConstruct, IdentityManagement
An implementation of the @link {IdentityManagement} that manages the password needs of the server. This implementation consults the Java KeyStore and assumes that the stores are available in server's configuration area.- Author:
- केदार (km@dev.java.net)
-
-
Constructor Summary
Constructors Constructor Description IdmService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char[]getMasterPassword()Returns the master password as a character array.voidpostConstruct()
-
-
-
Method Detail
-
postConstruct
public void postConstruct()
- Specified by:
postConstructin interfaceorg.glassfish.hk2.api.PostConstruct
-
getMasterPassword
public char[] getMasterPassword()
Description copied from interface:IdentityManagementReturns the master password as a character array. The master password is what unlocks the secure store where primary keys (and trusted certificates) are stored.- Specified by:
getMasterPasswordin interfaceIdentityManagement- Returns:
- a character array that represents the master password.
-
-