Class DefaultSslContextFeature

java.lang.Object
ch.raffael.meldioc.library.base.security.ssl.DefaultSslContextFeature
All Implemented Interfaces:
SslContextFeature

@Feature
@Prefix("ssl")
public abstract class DefaultSslContextFeature
extends java.lang.Object
implements SslContextFeature
  • Constructor Summary

    Constructors
    Constructor Description
    DefaultSslContextFeature()  
  • Method Summary

    Modifier and Type Method Description
    javax.net.ssl.SSLContext clientSslContext()  
    protected javax.net.ssl.SSLContext secureSslContext()  
    protected boolean trustAll()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface ch.raffael.meldioc.library.base.security.ssl.SslContextFeature

    serverSslContext
  • Constructor Details

    • DefaultSslContextFeature

      public DefaultSslContextFeature()
  • Method Details

    • trustAll

      @Parameter protected boolean trustAll()
    • clientSslContext

      @Provision(singleton=true) public javax.net.ssl.SSLContext clientSslContext()
      Specified by:
      clientSslContext in interface SslContextFeature
    • secureSslContext

      protected javax.net.ssl.SSLContext secureSslContext()