| | |
| | | * |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2011 ForgeRock AS |
| | | */ |
| | | package org.opends.server.schema; |
| | | |
| | |
| | | |
| | | |
| | | /** |
| | | * The OID for the RFC3672 subtree specification attribute syntax. |
| | | */ |
| | | public static final String SYNTAX_RFC3672_SUBTREE_SPECIFICATION_OID = |
| | | SYNTAX_SUBTREE_SPECIFICATION_OID; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The description for the RFC3672 subtree specification attribute syntax. |
| | | */ |
| | | public static final String SYNTAX_RFC3672_SUBTREE_SPECIFICATION_DESCRIPTION = |
| | | "RFC3672 Subtree Specification"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name for the RFC3672 subtree specification attribute syntax. |
| | | */ |
| | | public static final String SYNTAX_RFC3672_SUBTREE_SPECIFICATION_NAME = |
| | | SYNTAX_SUBTREE_SPECIFICATION_NAME; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The OID for the relative subtree specification attribute syntax. |
| | | */ |
| | | public static final String SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_OID = |