public abstract class BrokerCommandBase extends Object
Modifier and Type | Field and Description |
---|---|
protected LdapReturnValueBase |
_ldapReturnValue |
Modifier | Constructor and Description |
---|---|
protected |
BrokerCommandBase(LdapBrokerBaseParameters parameters) |
Modifier and Type | Method and Description |
---|---|
abstract LdapReturnValueBase |
Execute() |
protected String |
getAuthenticationDomain() |
protected String |
getDomain() |
protected String |
getLoginName() |
protected LdapBrokerBaseParameters |
getParameters() |
protected String |
getPassword() |
protected abstract String |
getPROTOCOL() |
protected Object |
getReturnValue() |
protected boolean |
getSucceeded() |
protected void |
setAuthenticationDomain(String value) |
protected void |
setDomain(String value) |
protected void |
setLoginName(String value) |
protected void |
setPassword(String value) |
protected void |
setReturnValue(Object value) |
protected void |
setSucceeded(boolean value) |
protected LdapReturnValueBase _ldapReturnValue
protected BrokerCommandBase(LdapBrokerBaseParameters parameters)
protected abstract String getPROTOCOL()
protected Object getReturnValue()
protected void setReturnValue(Object value)
protected boolean getSucceeded()
protected void setSucceeded(boolean value)
protected LdapBrokerBaseParameters getParameters()
protected String getDomain()
protected void setDomain(String value)
protected String getAuthenticationDomain()
protected void setAuthenticationDomain(String value)
protected String getLoginName()
protected void setLoginName(String value)
protected String getPassword()
protected void setPassword(String value)
public abstract LdapReturnValueBase Execute()
Copyright © 2012. All Rights Reserved.