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

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
      extended by org.apache.directory.shared.ldap.extras.controls.ppolicy_impl.PasswordPolicyGrammar
All Implemented Interfaces:
Grammar

public class PasswordPolicyGrammar
extends AbstractGrammar

Grammar for decoding PasswordPolicyResponseControl. PasswordPolicyResponseValue ::= SEQUENCE { warning [0] CHOICE { timeBeforeExpiration [0] INTEGER (0 .. maxInt), graceAuthNsRemaining [1] INTEGER (0 .. maxInt) } OPTIONAL, error [1] ENUMERATED { passwordExpired (0), accountLocked (1), changeAfterReset (2), passwordModNotAllowed (3), mustSupplyOldPassword (4), insufficientPasswordQuality (5), passwordTooShort (6), passwordTooYoung (7), passwordInHistory (8) } OPTIONAL }

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
transitions
 
Method Summary
static Grammar getInstance()
           
 
Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
executeAction, getName, getTransition, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Grammar getInstance()


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