public class DirectoryServerVendor extends Object
Modifier and Type | Class and Description |
---|---|
class |
DirectoryServerVendor.Vendor |
Modifier and Type | Field and Description |
---|---|
static String |
ODSEE |
static String |
OPENDJ |
static String |
OPENDS |
Modifier and Type | Method and Description |
---|---|
static DirectoryServerVendor |
getInstance()
Returns an instance of this class.
|
DirectoryServerVendor.Vendor |
query(org.forgerock.opendj.ldap.Connection conn)
Returns the vendor of Directory Server.
|
public static String OPENDS
public static String OPENDJ
public static String ODSEE
public static DirectoryServerVendor getInstance()
public DirectoryServerVendor.Vendor query(org.forgerock.opendj.ldap.Connection conn) throws org.forgerock.opendj.ldap.LdapException, org.forgerock.opendj.ldap.SearchResultReferenceIOException
conn
- LDAP connection to the server.org.forgerock.opendj.ldap.LdapException
- if unable to get the vendor information.org.forgerock.opendj.ldap.SearchResultReferenceIOException
- if unable to get the vendor informationCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.