- All Implemented Interfaces:
- com.sun.enterprise.security.store.IdentityManagement, org.glassfish.hk2.api.PostConstruct
@Service(name="jks-based")
public class IdmService
extends Object
implements org.glassfish.hk2.api.PostConstruct, com.sun.enterprise.security.store.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)