public class AuthenticatorContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Constructor and Description |
|---|
AuthenticatorContainer(ByteBuffer stream)
Creates a new AuthenticatorContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
getAuthenticator() |
void |
setAuthenticator(Authenticator authenticator)
Set a Authenticator Object into the container.
|
clean, getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentpublic AuthenticatorContainer(ByteBuffer stream)
stream - The stream containing the data to decodepublic Authenticator getAuthenticator()
public void setAuthenticator(Authenticator authenticator)
authenticator - The Authenticator to set.Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.