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