public static final class AddServerSSLContext.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
cipherSuiteFilter |
protected String |
cipherSuiteNames |
protected String |
keyManager |
protected String |
name |
protected List<String> |
protocols |
protected String |
providerName |
protected String |
providers |
protected String |
trustManager |
protected final String name
protected String cipherSuiteFilter
protected String cipherSuiteNames
protected String keyManager
protected String trustManager
protected String providers
protected String providerName
public Builder(String name)
public AddServerSSLContext.Builder authenticationOptional(Boolean authenticationOptional)
public AddServerSSLContext.Builder needClientAuth(Boolean needClientAuth)
public AddServerSSLContext.Builder wantClientAuth(Boolean wantClientAuth)
public AddServerSSLContext.Builder maximumSessionCacheSize(Integer maximumSessionCacheSize)
public AddServerSSLContext.Builder sessionTimeout(Integer sessionTimeout)
public AddServerSSLContext.Builder securityDomain(String securityDomain)
public AddServerSSLContext.Builder realmMapper(String realmMapper)
public AddServerSSLContext.Builder preRealmPrincipalTransformer(String preRealmPrincipalTransformer)
public AddServerSSLContext.Builder postRealmPrincipalTransformer(String postRealmPrincipalTransformer)
public AddServerSSLContext.Builder finalPrincipalTransformer(String finalPrincipalTransformer)
public AddServerSSLContext.Builder useCipherSuitesOrder(Boolean useCipherSuitesOrder)
public AddServerSSLContext.Builder wrap(Boolean wrap)
public AddServerSSLContext build()
public final THIS protocols(String... protocols)
public final THIS cipherSuiteFilter(String cipherSuiteFilter)
public final THIS cipherSuiteNames(String cipherSuiteNames)
public final THIS keyManager(String keyManager)
public final THIS trustManager(String trustManager)
public final THIS replaceExisting()
public final THIS providers(String providers)
public final THIS providerName(String providerName)
Copyright © 2022. All rights reserved.