org.apache.directory.server.annotations
Annotation Type SaslMechanism


public @interface SaslMechanism

TODO SaslMechanism.

Author:
Apache Directory Project

Required Element Summary
 Class<?> implClass
          class implementing the named SASL mechanism
 String name
          name of the SASL mechanism
 

Element Detail

name

public abstract String name
name of the SASL mechanism


implClass

public abstract Class<?> implClass
class implementing the named SASL mechanism



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.