public PasswordPolicyContainer( LdapCodecService codec )
{
super();
control = new PasswordPolicyDecorator( codec, new PasswordPolicyImpl() );
stateStack = new int[1];
grammar = PasswordPolicyGrammar.getInstance();
setTransition( PasswordPolicyStates.START_STATE );
}