public class PasswordModifyResponseGrammar extends AbstractGrammar<PasswordModifyResponseContainer>
PasswdModifyResponseValue ::= SEQUENCE {
genPasswd [0] OCTET STRING OPTIONAL }
| Modifier and Type | Field and Description |
|---|---|
private static Grammar<PasswordModifyResponseContainer> |
instance
The instance of grammar.
|
(package private) static boolean |
IS_DEBUG
Speedup for logs
|
private static org.slf4j.Logger |
LOG
logger
|
transitions| Constructor and Description |
|---|
PasswordModifyResponseGrammar() |
| Modifier and Type | Method and Description |
|---|---|
static Grammar<PasswordModifyResponseContainer> |
getInstance()
This class is a singleton.
|
executeAction, getName, getTransition, setNameprivate static final org.slf4j.Logger LOG
static final boolean IS_DEBUG
private static Grammar<PasswordModifyResponseContainer> instance
public static Grammar<PasswordModifyResponseContainer> getInstance()