com.sun.enterprise.v3.admin
Class IdmService

java.lang.Object
  extended by com.sun.enterprise.v3.admin.IdmService
All Implemented Interfaces:
org.glassfish.hk2.PostConstruct

@Service(name="jks-based")
@Scoped(value=org.jvnet.hk2.component.Singleton.class)
public class IdmService
extends Object
implements org.jvnet.hk2.component.PostConstruct

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
IdmService()
           
 
Method Summary
 void postConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdmService

public IdmService()
Method Detail

postConstruct

public void postConstruct()
Specified by:
postConstruct in interface org.glassfish.hk2.PostConstruct


Copyright © 2012. All Rights Reserved.