Class JCEKSDomainPasswordAliasStore
java.lang.Object
org.glassfish.security.services.impl.JCEKSPasswordAliasStore
org.glassfish.security.services.impl.JCEKSDomainPasswordAliasStore
- All Implemented Interfaces:
com.sun.enterprise.security.store.DomainScopedPasswordAliasStore,org.glassfish.api.admin.PasswordAliasStore
@Service
@Named("JCEKS")
@PerLookup
@Deprecated
public class JCEKSDomainPasswordAliasStore
extends JCEKSPasswordAliasStore
implements com.sun.enterprise.security.store.DomainScopedPasswordAliasStore
Deprecated.
JCEKS is obsoleted, so internally we use PKCS12.
Exposes as a service the PKCS12 implementation of the domain-scoped password alias store.
- Author:
- tjquinn
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.security.services.impl.JCEKSPasswordAliasStore
clear, containsKey, get, init, isEmpty, keys, newInstance, put, putAll, putAll, remove, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.glassfish.api.admin.PasswordAliasStore
clear, containsKey, get, isEmpty, keys, put, putAll, putAll, remove, size
-
Constructor Details
-
JCEKSDomainPasswordAliasStore
public JCEKSDomainPasswordAliasStore()Deprecated.
-