Package org.apache.ldap.server.schema

Examples of org.apache.ldap.server.schema.SyntaxCheckerRegistry


     */
    public void produce( BootstrapRegistries registries, ProducerCallback cb )
        throws NamingException
    {
        BootstrapSyntax syntax;
        SyntaxCheckerRegistry syntaxCheckerRegistry = registries.getSyntaxCheckerRegistry();

        // 1.3.6.1.1.1.0.0 - RFC2307 NIS Netgroup Triple
        syntax = new BootstrapSyntax( "1.3.6.1.1.1.0.0", syntaxCheckerRegistry );
        syntax.setDescription( "RFC2307 NIS Netgroup Triple" );
        syntax.setNames( new String[] { "NIS Netgroup Triple" } );
View Full Code Here

TOP

Related Classes of org.apache.ldap.server.schema.SyntaxCheckerRegistry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.