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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.net.ssl.SSLContextclientSslContext()protected javax.net.ssl.SSLContextsecureSslContext()protected booleantrustAll()-
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
-
-
-
-
Method Detail
-
trustAll
@Parameter protected boolean trustAll()
-
clientSslContext
@Provision(singleton=true) public javax.net.ssl.SSLContext clientSslContext()
- Specified by:
clientSslContextin interfaceSslContextFeature
-
secureSslContext
protected javax.net.ssl.SSLContext secureSslContext()
-
-