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 }
| Constructor and Description |
|---|
PasswordModifyRequestGrammar() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.directory.api.asn1.ber.grammar.Grammar<PasswordModifyRequestContainer> |
getInstance()
This class is a singleton.
|
public static org.apache.directory.api.asn1.ber.grammar.Grammar<PasswordModifyRequestContainer> getInstance()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.