Class PasswordAdapter

java.lang.Object
com.sun.enterprise.security.store.PasswordAdapter

public final class PasswordAdapter extends Object
This class implements an adapter for password manipulation a JCEKS. Note that although it uses locks ('synchronized'), it tends to be created anew with each use, an inefficient and potentially problematic use that could create more than one instance accessing the same keystore at a time.