2624N/A<?xml version="1.0" encoding="utf-8"?>
2624N/A<!--
2868N/A ! CDDL HEADER START
2868N/A !
2868N/A ! The contents of this file are subject to the terms of the
2868N/A ! Common Development and Distribution License, Version 1.0 only
2868N/A ! (the "License"). You may not use this file except in compliance
2868N/A ! with the License.
2868N/A !
6983N/A ! You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
6983N/A ! or http://forgerock.org/license/CDDLv1.0.html.
2868N/A ! See the License for the specific language governing permissions
2868N/A ! and limitations under the License.
2868N/A !
2868N/A ! When distributing Covered Code, include this CDDL HEADER in each
6983N/A ! file and include the License file at legal-notices/CDDLv1_0.txt.
6983N/A ! If applicable, add the following below this CDDL HEADER, with the
6983N/A ! fields enclosed by brackets "[]" replaced with your own identifying
6983N/A ! information:
2868N/A ! Portions Copyright [yyyy] [name of copyright owner]
2868N/A !
2868N/A ! CDDL HEADER END
2868N/A !
2868N/A !
3215N/A ! Copyright 2007-2008 Sun Microsystems, Inc.
6752N/A ! Portions Copyright 2013 ForgeRock AS
2868N/A ! -->
2624N/A<adm:managed-object name="pkcs11-key-manager-provider"
2624N/A plural-name="pkcs11-key-manager-providers"
2624N/A package="org.opends.server.admin.std" extends="key-manager-provider"
2624N/A xmlns:adm="http://www.opends.org/admin"
2624N/A xmlns:ldap="http://www.opends.org/admin-ldap">
2624N/A <adm:synopsis>
2624N/A The
2624N/A <adm:user-friendly-name />
3134N/A enables the server to access the private
2868N/A key information through the PKCS11 interface.
2624N/A </adm:synopsis>
2868N/A <adm:description>
2868N/A This standard interface is used by cryptographic accelerators and
2868N/A hardware security modules.
2868N/A </adm:description>
2624N/A <adm:profile name="ldap">
2624N/A <ldap:object-class>
2624N/A <ldap:name>ds-cfg-pkcs11-key-manager-provider</ldap:name>
2624N/A <ldap:superior>ds-cfg-key-manager-provider</ldap:superior>
2624N/A </ldap:object-class>
2624N/A </adm:profile>
2868N/A <adm:property-override name="java-class" advanced="true">
2624N/A <adm:default-behavior>
2624N/A <adm:defined>
2624N/A <adm:value>
2624N/A org.opends.server.extensions.PKCS11KeyManagerProvider
2624N/A </adm:value>
2624N/A </adm:defined>
2624N/A </adm:default-behavior>
2624N/A </adm:property-override>
2624N/A <adm:property-reference name="key-store-pin" />
2624N/A <adm:property-reference name="key-store-pin-property" />
2624N/A <adm:property-reference name="key-store-pin-environment-variable" />
2624N/A <adm:property-reference name="key-store-pin-file" />
2624N/A</adm:managed-object>