Package com.sforce.soap.metadata
Class TransactionSecurityAction
- java.lang.Object
-
- com.sforce.soap.metadata.TransactionSecurityAction
-
-
Constructor Summary
Constructors Constructor Description TransactionSecurityAction()Constructor
-
Method Summary
-
-
-
Method Detail
-
getBlock
public boolean getBlock()
-
isBlock
public boolean isBlock()
-
setBlock
public void setBlock(boolean block)
-
setBlock
protected void setBlock(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEndSession
public boolean getEndSession()
-
isEndSession
public boolean isEndSession()
-
setEndSession
public void setEndSession(boolean endSession)
-
setEndSession
protected void setEndSession(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFreezeUser
public boolean getFreezeUser()
-
isFreezeUser
public boolean isFreezeUser()
-
setFreezeUser
public void setFreezeUser(boolean freezeUser)
-
setFreezeUser
protected void setFreezeUser(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNotifications
public TransactionSecurityNotification[] getNotifications()
-
setNotifications
public void setNotifications(TransactionSecurityNotification[] notifications)
-
setNotifications
protected void setNotifications(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTwoFactorAuthentication
public boolean getTwoFactorAuthentication()
-
isTwoFactorAuthentication
public boolean isTwoFactorAuthentication()
-
setTwoFactorAuthentication
public void setTwoFactorAuthentication(boolean twoFactorAuthentication)
-
setTwoFactorAuthentication
protected void setTwoFactorAuthentication(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-