Package com.mypurecloud.sdk.v2.model
Class AuthenticationSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.AuthenticationSettings
- All Implemented Interfaces:
Serializable
Settings for authenticated webdeployments.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowSessionUpgrade(Boolean allowSessionUpgrade) Allow end-users to upgrade an anonymous session to authenticated conversation.Indicate if these auth is required for this deployment.booleaninthashCode()integrationId(String integrationId) The integration identifier which contains the auth settings required on the deployment.voidsetAllowSessionUpgrade(Boolean allowSessionUpgrade) voidsetEnabled(Boolean enabled) voidsetIntegrationId(String integrationId) toString()
-
Constructor Details
-
AuthenticationSettings
public AuthenticationSettings() -
AuthenticationSettings
-
-
Method Details
-
enabled
Indicate if these auth is required for this deployment. If, for example, this flag is set to true then webmessaging sessions can not send messages unless the end-user is authenticated. -
getEnabled
-
setEnabled
-
integrationId
The integration identifier which contains the auth settings required on the deployment. -
getIntegrationId
-
setIntegrationId
-
allowSessionUpgrade
Allow end-users to upgrade an anonymous session to authenticated conversation. -
getAllowSessionUpgrade
-
setAllowSessionUpgrade
-
equals
-
hashCode
public int hashCode() -
toString
-