Class RecipientSecurityOption
- java.lang.Object
-
- com.adobe.aem.adobesign.recipient.RecipientSecurityOption
-
- All Implemented Interfaces:
java.io.Serializable
public class RecipientSecurityOption extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecipientSecurityOption()
RecipientSecurityOption(RecipientAuthenticationMethod authenticationMethod, RecipientPhoneInfo[] phoneInfos, java.lang.String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientAuthenticationMethod
getAuthenticationMethod()
java.lang.String
getPassword()
RecipientPhoneInfo[]
getPhoneInfos()
void
setAuthenticationMethod(RecipientAuthenticationMethod authenticationMethod)
void
setPassword(java.lang.String password)
void
setPhoneInfos(RecipientPhoneInfo[] phoneInfos)
-
-
-
Constructor Detail
-
RecipientSecurityOption
public RecipientSecurityOption()
-
RecipientSecurityOption
public RecipientSecurityOption(RecipientAuthenticationMethod authenticationMethod, RecipientPhoneInfo[] phoneInfos, java.lang.String password)
-
-
Method Detail
-
getAuthenticationMethod
public RecipientAuthenticationMethod getAuthenticationMethod()
- Returns:
- the authenticationMethod
-
setAuthenticationMethod
public void setAuthenticationMethod(RecipientAuthenticationMethod authenticationMethod)
- Parameters:
authenticationMethod
- the authenticationMethod to set
-
getPhoneInfos
public RecipientPhoneInfo[] getPhoneInfos()
- Returns:
- the phoneInfos
-
setPhoneInfos
public void setPhoneInfos(RecipientPhoneInfo[] phoneInfos)
- Parameters:
phoneInfos
- the phoneInfos to set
-
getPassword
public java.lang.String getPassword()
- Returns:
- the password
-
setPassword
public void setPassword(java.lang.String password)
- Parameters:
password
- the password to set
-
-