public class PasswordModifyRequestGrammar extends org.apache.directory.api.asn1.ber.grammar.AbstractGrammar<PasswordModifyRequestContainer>
PasswdModifyRequestValue ::= SEQUENCE {
userIdentity [0] OCTET STRING OPTIONAL
oldPasswd [1] OCTET STRING OPTIONAL
newPasswd [2] OCTET STRING OPTIONAL }
| Modifier and Type | Field and Description |
|---|---|
private static org.apache.directory.api.asn1.ber.grammar.Grammar<PasswordModifyRequestContainer> |
instance
The instance of grammar.
|
private static org.slf4j.Logger |
LOG
logger
|
| Constructor and Description |
|---|
PasswordModifyRequestGrammar()
Creates a new PasswordModifyRequestGrammar object.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.directory.api.asn1.ber.grammar.Grammar<PasswordModifyRequestContainer> |
getInstance()
This class is a singleton.
|
private static final org.slf4j.Logger LOG
private static org.apache.directory.api.asn1.ber.grammar.Grammar<PasswordModifyRequestContainer> instance
public PasswordModifyRequestGrammar()
public static org.apache.directory.api.asn1.ber.grammar.Grammar<PasswordModifyRequestContainer> getInstance()
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.