Class SimpleCredentialStore.Builder
java.lang.Object
org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder<SimpleCredentialStore.Builder>
org.wildfly.test.security.common.elytron.SimpleCredentialStore.Builder
- Enclosing class:
- SimpleCredentialStore
public static final class SimpleCredentialStore.Builder
extends AbstractConfigurableElement.Builder<SimpleCredentialStore.Builder>
Builder to build
SimpleCredentialStore.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Clears secrets map (aliases).protected SimpleCredentialStore.Builderself()Adds a named secret (alias + secret value) to the map of aliases to be created in the credential store.withCreate(Boolean create) withCredential(CredentialReference credential) withKeyStorePath(Path keyStorePath) withKeyStoreType(String keyStoreType) withModifiable(Boolean modifiable) Methods inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder
withName
-
Method Details
-
withKeyStorePath
-
withCredential
-
withKeyStoreType
-
withCreate
-
withModifiable
-
withAlias
Adds a named secret (alias + secret value) to the map of aliases to be created in the credential store.- Parameters:
alias- alias for the secretsecret- secret value- Returns:
-
clearAliases
Clears secrets map (aliases).- See Also:
-
build
-
self
- Specified by:
selfin classAbstractConfigurableElement.Builder<SimpleCredentialStore.Builder>
-