org.apache.jetspeed.security.ldap
Class JetspeedAttributeTypeProducer

java.lang.Object
  extended by org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer
      extended by org.apache.jetspeed.security.ldap.JetspeedAttributeTypeProducer
All Implemented Interfaces:
org.apache.ldap.server.schema.bootstrap.BootstrapProducer

public class JetspeedAttributeTypeProducer
extends org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer

A producer of schema attributeType definations for the jetspeed schema. This code has been automatically generated using schema files in the OpenLDAP format along with the directory plugin for maven. This has been done to facilitate Eve<->OpenLDAP schema interoperability.

Version:
$Rev$
Author:
Apache Directory Project

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer
org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType, org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule, org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass, org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer.BootstrapSyntax
 
Field Summary
 
Fields inherited from class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer
EMPTY
 
Constructor Summary
JetspeedAttributeTypeProducer()
           
 
Method Summary
 void produce(org.apache.ldap.server.schema.bootstrap.BootstrapRegistries registries, org.apache.ldap.server.schema.bootstrap.ProducerCallback cb)
           
 
Methods inherited from class org.apache.ldap.server.schema.bootstrap.AbstractBootstrapProducer
getType, newAttributeType, newObjectClass, newSyntax
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetspeedAttributeTypeProducer

public JetspeedAttributeTypeProducer()
Method Detail

produce

public void produce(org.apache.ldap.server.schema.bootstrap.BootstrapRegistries registries,
                    org.apache.ldap.server.schema.bootstrap.ProducerCallback cb)
             throws NamingException
Throws:
NamingException
See Also:
BootstrapProducer.produce(BootstrapRegistries, ProducerCallback)


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.