An application developer has started configuring header-based authentication for an application. So far, the developer has implemented the security test and login module as follows:<securityTests><customSecurityTest name="HeaderTest"><test realm="RealmHeader" isInternalUserID="true" /></customSecurityTest></securityTests><loginModules><loginModule name="HeaderLogin"><className>com.worklight.core.auth.ext.HeaderLoginModule</className><parameter name="user-name-header" value="username"/></loginModule></loginModules>Which of the following is a valid realm definition that the application developer can use for this header login module?
An application developer has determined that Worklight does not provide an authenticator that meets the complex needs of the application being developed. It is decided that the developer must implement a custom authenticator.Which interface must the application developer implement?
An application developer has implemented certificate based authentication. The developer wants to enforce that the application immediately authenticates with a certificate when connecting to the Worklight server.What must the application developer do to configure this security setting for the Android environment?
An application developer is implementing the server-side components for custom device provisioning. To accomplish this task, the developer has created the adapter named ProvisioningAdapter. Finally, two functions must be added to complete the task.What must the two functions do that the application developer should add to the adapter?
An application developer is working with the Worklight administrator to secure a mobile application using adapter based authentication. The administrator provides the following configuration in the authenticationConfig.xml file.<securityTests><customSecutityTest name="AuthenticationAdapter-securityTest"><test isInternalUserID="true" realm="AdapterAuthRealm"/></customSecutityTest></secutityTests><realms><realm loginModule="AdapterAuthLoginModule" name="AdapterAuthRealm"><className>com.worklight.integration.auth.AdapterAuthenticator</className><parameter name="login-function" value="AuthAdapter.onAuthRequired"/><parameter name="logout-function" value="AuthAdapter.onLogout"/></realm><realms><loginModules><loginModule name="AdapterAuthLoginModule"><className>com.worklight.core.auth.ext.NonValidatingLoginModule</className></loginModule></loginModules>What must the application developer do to ensure security is enforced as required?
An application developer wants to test the application inside Worklight Studio but with an external Liberty profile. Using the RUN As > Build Settings and command, the application developer configured the Worklight Server with the external Liberty profile.Deploy Target -Before the application developer can connect the application in Worklight Studio to an existing Liberty profile, which of the following must the application developer verify?