GetSymmetricKeyExtendedOperationHandlerConfiguration.xml revision 188a85993cf1cf9925338176e5f27b95a5891c50
325N/A<?xml version="1.0" encoding="UTF-8"?>
325N/A<!--
325N/A ! CDDL HEADER START
325N/A !
325N/A ! The contents of this file are subject to the terms of the
325N/A ! Common Development and Distribution License, Version 1.0 only
325N/A ! (the "License"). You may not use this file except in compliance
325N/A ! with the License.
325N/A !
325N/A ! You can obtain a copy of the license at
325N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE
325N/A ! or https://OpenDS.dev.java.net/OpenDS.LICENSE.
325N/A ! See the License for the specific language governing permissions
325N/A ! and limitations under the License.
325N/A !
325N/A ! When distributing Covered Code, include this CDDL HEADER in each
325N/A ! file and include the License file at
325N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
325N/A ! add the following below this CDDL HEADER, with the fields enclosed
325N/A ! by brackets "[]" replaced with your own identifying information:
325N/A ! Portions Copyright [yyyy] [name of copyright owner]
325N/A !
325N/A ! CDDL HEADER END
325N/A !
325N/A !
325N/A ! Portions Copyright 2007 Sun Microsystems, Inc.
325N/A ! -->
325N/A<adm:managed-object name="get-symmetric-key-extended-operation-handler"
325N/A plural-name="get-symmetric-key-extended-operation-handlers"
325N/A package="org.opends.server.admin.std"
325N/A extends="extended-operation-handler"
325N/A xmlns:adm="http://www.opends.org/admin"
325N/A xmlns:ldap="http://www.opends.org/admin-ldap">
325N/A <adm:synopsis>
325N/A The
325N/A <adm:user-friendly-name />
325N/A provides support for the get symmetric key extended operation, which
325N/A is used by the OpenDS cryptographic framework for creating and
325N/A obtaining symmetric encryption keys.
325N/A </adm:synopsis>
325N/A <adm:profile name="ldap">
325N/A <ldap:object-class>
325N/A <ldap:name>
325N/A ds-cfg-get-symmetric-key-extended-operation-handler
325N/A </ldap:name>
325N/A <ldap:superior>ds-cfg-extended-operation-handler</ldap:superior>
</ldap:object-class>
</adm:profile>
<adm:property-override name="java-class" advanced="true">
<adm:default-behavior>
<adm:defined>
<adm:value>
org.opends.server.crypto.GetSymmetricKeyExtendedOperation
</adm:value>
</adm:defined>
</adm:default-behavior>
</adm:property-override>
</adm:managed-object>