org.apache.directory.shared.ldap.extras.controls.ppolicy_impl
Class PasswordPolicyFactory

java.lang.Object
  extended by org.apache.directory.shared.ldap.extras.controls.ppolicy_impl.PasswordPolicyFactory
All Implemented Interfaces:
ControlFactory<PasswordPolicy,PasswordPolicyDecorator>

public class PasswordPolicyFactory
extends Object
implements ControlFactory<PasswordPolicy,PasswordPolicyDecorator>

A ControlFactory which creates PasswordPolicy controls.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
PasswordPolicyFactory(LdapCodecService codec)
          Creates a new instance of PasswordPolicyFactory.
 
Method Summary
 String getOid()
          
 PasswordPolicyDecorator newCodecControl()
          Creates and returns a decorated version of the Control.
 PasswordPolicyDecorator newCodecControl(PasswordPolicy control)
          Decorates an existing control.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordPolicyFactory

public PasswordPolicyFactory(LdapCodecService codec)
Creates a new instance of PasswordPolicyFactory.

Method Detail

getOid

public String getOid()

Specified by:
getOid in interface ControlFactory<PasswordPolicy,PasswordPolicyDecorator>
Returns:
The OID of the Control this factory creates.

newCodecControl

public PasswordPolicyDecorator newCodecControl()
Creates and returns a decorated version of the Control.

Specified by:
newCodecControl in interface ControlFactory<PasswordPolicy,PasswordPolicyDecorator>
Returns:
The CodecControl decorated version of the Control.

newCodecControl

public PasswordPolicyDecorator newCodecControl(PasswordPolicy control)
Decorates an existing control. Implementors should check to make sure the supplied Control has not already been decorated to prevent needless decorator nesting.

Specified by:
newCodecControl in interface ControlFactory<PasswordPolicy,PasswordPolicyDecorator>
Parameters:
control - The Control to be decorated.
Returns:
The decorator wrapping the Control.


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