static LdapKeyStore.Builder |
LdapKeyStore.builder() |
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setAliasAttribute(String aliasAttribute) |
Set the name of the attribute in LDAP that holds the alias of keystore item.
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setCertificateAttribute(String certificateAttribute) |
Set the name of the attribute in LDAP that holds the encoded certificate.
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setCertificateChainAttribute(String certificateChainAttribute) |
Set the name of the attribute in LDAP that holds the encoded certificate chain.
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setCertificateChainEncoding(String certificateChainEncoding) |
Set the encoding of certificate chain, which is stored in certificateChainAttribute.
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setCertificateType(String certificateType) |
Set the type of certificate, which is stored in certificateAttribute and certificateChainAttribute.
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setCreateAttributes(Attributes createAttributes) |
Set the attributes of newly created LDAP entries and their values.
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setCreatePath(LdapName createPath) |
Set the name of the context (DN, distinguish name), where will be LDAP entries of new keystore items created.
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setCreateRdn(String createRdn) |
Set the name of the attribute in LDAP, that will be used as RDN - last part of path of new entries.
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setDirContextSupplier(org.wildfly.common.function.ExceptionSupplier<DirContext,NamingException> dirContextSupplier) |
Set the DirContext supplier, which will be used to obtain DirContext to perform
operation over KeyStore .
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setFilterAlias(String filterAlias) |
Set the LDAP filter used to search keystore item by alias.
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setFilterCertificate(String filterCertificate) |
Set the LDAP filter used to search keystore item by certificate.
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setFilterIterate(String filterIterate) |
Set the LDAP filter used to search all keystore items.
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setKeyAttribute(String keyAttribute) |
Set the name of the attribute in LDAP that holds the private key.
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setKeyType(String keyType) |
Set type of keystores, into which is encased every private key before storing into keyAttribute.
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setSearchPath(String searchPath) |
Set the name of the context (DN, distinguish name) to be used when executing queries.
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setSearchRecursive(boolean recursive) |
Set if queries are searching the entire subtree (true) or only one level search is used (false).
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setSearchScope(int searchScope) |
Set if queries are searching the entire subtree (true) or only one level search is used (false).
|
LdapKeyStore.Builder |
LdapKeyStore.Builder.setSearchTimeLimit(int searchTimeLimit) |
Set the time limit of LDAP search in milliseconds.
|