Class SimpleTrustManager.Builder
java.lang.Object
org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder<SimpleTrustManager.Builder>
org.wildfly.test.security.common.elytron.SimpleTrustManager.Builder
- Enclosing class:
- SimpleTrustManager
public static final class SimpleTrustManager.Builder
extends AbstractConfigurableElement.Builder<SimpleTrustManager.Builder>
Builder to build
SimpleTrustManager.-
Method Summary
Modifier and TypeMethodDescriptionbuild()protected SimpleTrustManager.Builderself()withAlgorithm(String algorithm) withKeyStore(String keyStore) withMaximumCertPath(int maximumCertPath) withOnlyLeafCert(boolean onlyLeafCert) withSoftFail(boolean softFail) Methods inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder
withName
-
Method Details
-
withKeyStore
-
withAlgorithm
-
withMaximumCertPath
-
withOnlyLeafCert
-
withSoftFail
-
withOcsp
-
withCrl
-
withCrls
-
build
-
self
- Specified by:
selfin classAbstractConfigurableElement.Builder<SimpleTrustManager.Builder>
-