Class SecuritySupport

  • Direct Known Subclasses:
    SecuritySupportImpl

    @Contract
    public abstract class SecuritySupport
    extends Object
    SecuritySupport is part of PluggableFeature that provides access to internal services managed by application server.

    SecuritySupport deals with loading, caching and providing access to key stores and trust stores, including their managers.

    This is mainly used via the com.sun.enterprise.security.ssl.SSLUtils facade, though various other classes such as the BaseContainerCallbackHandler use this directly.

    Author:
    Shing Wai Chan