All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.novell.ldap.extensions.RefreshLDAPServerRequest Maven / Gradle / Ivy

There is a newer version: 2009-10-07
Show newest version
/* **************************************************************************
 * $OpenLDAP: pkg/jldap/com/novell/ldap/extensions/RefreshLDAPServerRequest.java,v 1.16 2002/09/30 19:44:39 vtag Exp $
 *
 * Copyright (C) 1999, 2000, 2001 Novell, Inc. All Rights Reserved.
 *
 * THIS WORK IS SUBJECT TO U.S. AND INTERNATIONAL COPYRIGHT LAWS AND
 * TREATIES. USE, MODIFICATION, AND REDISTRIBUTION OF THIS WORK IS SUBJECT
 * TO VERSION 2.0.1 OF THE OPENLDAP PUBLIC LICENSE, A COPY OF WHICH IS
 * AVAILABLE AT HTTP://WWW.OPENLDAP.ORG/LICENSE.HTML OR IN THE FILE "LICENSE"
 * IN THE TOP-LEVEL DIRECTORY OF THE DISTRIBUTION. ANY USE OR EXPLOITATION
 * OF THIS WORK OTHER THAN AS AUTHORIZED IN VERSION 2.0.1 OF THE OPENLDAP
 * PUBLIC LICENSE, OR OTHER PRIOR WRITTEN CONSENT FROM NOVELL, COULD SUBJECT
 * THE PERPETRATOR TO CRIMINAL AND CIVIL LIABILITY.
 ******************************************************************************/
package com.novell.ldap.extensions;

import com.novell.ldap.*;

/**
 *
 *  Reloads the LDAP server.
 *
 *  

The refreshLDAPServerRequest extension uses the following OID:
*    2.16.840.1.113719.1.27.100.9

* *

The requestValue is set to null.

*/ public class RefreshLDAPServerRequest extends LDAPExtendedOperation { /** * * Constructs an extended operation object for reloading the LDAP server. * *

The constructor sets the OID.

* * @exception LDAPException A general exception which includes an error * message and an LDAP error code. */ public RefreshLDAPServerRequest() throws LDAPException { super(ReplicationConstants.REFRESH_SERVER_REQ, null); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy