Class SimpleServerSslContext.Builder
java.lang.Object
org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder<SimpleServerSslContext.Builder>
org.wildfly.test.security.common.elytron.SimpleServerSslContext.Builder
- Enclosing class:
- SimpleServerSslContext
public static final class SimpleServerSslContext.Builder
extends AbstractConfigurableElement.Builder<SimpleServerSslContext.Builder>
Builder to build
SimpleServerSslContext.-
Method Summary
Modifier and TypeMethodDescriptionbuild()protected SimpleServerSslContext.Builderself()withAuthenticationOptional(boolean authenticationOptional) withKeyManagers(String keyManagers) withNeedClientAuth(boolean needClientAuth) withProtocols(String... protocols) withSecurityDomain(String securityDomain) withTrustManagers(String trustManagers) Methods inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder
withName
-
Method Details
-
withKeyManagers
-
withTrustManagers
-
withSecurityDomain
-
withProtocols
-
withNeedClientAuth
-
withAuthenticationOptional
-
build
-
self
- Specified by:
selfin classAbstractConfigurableElement.Builder<SimpleServerSslContext.Builder>
-