Sign Up Screenlet for iOS

Requirements

  • Xcode 9.0
  • iOS 11 SDK
  • Liferay Portal 6.2 (CE or EE), Liferay 7.0 CE, Liferay DXP

Compatibility

  • iOS 9 and above

Xamarin Requirements

  • Visual Studio 7.2
  • Mono .NET framework 5.4.1.6

Features

The Sign Up Screenlet creates a new user in your Liferay instance: a new user of your app can become a new user in your portal. You can also use this Screenlet to save the credentials of the new user in their keychain. This enables auto login for future sessions. The Screenlet also supports navigation of form fields from the keyboard of the user’s device.

JSON Services Used

Screenlets in Liferay Screens call JSON web services in the portal. This Screenlet calls the following services and methods.

ServiceMethodNotes
UserServiceaddUser

Module

  • Auth

Themes

  • Default (default)
  • Flat7 (flat7)

The Sign Up Screenlet with the Default (left) and Flat7 (right) Themes.

Portal Configuration

The configuration related to the Sign Up Screenlet can be set in the Control Panel by clicking Portal Settings and then Authentication.

The portal settings related to the Sign Up Screenlet.

For more details, please refer to the Configuring Portal Settings section of the User Guide.

Anonymous Request

Anonymous requests are unauthenticated requests. Authentication is needed, however, to call the API. To allow this operation, the portal administrator should create a specific user with minimal permissions.

Offline

This Screenlet doesn’t support offline mode. It requires network connectivity.

Attributes

AttributeData typeExplanation
anonymousApiUserNamestringThe user name, email address, or user ID (depending on the portal’s authentication method) to use for authenticating the request.
anoymousApiPasswordstringThe password for use in authenticating the request.
companyIdnumberWhen set, authentication is done for a user in the specified company. If the value is 0, the company specified in LiferayServerContext is used.
autoLoginbooleanWhether the user is logged in automatically after a successful sign up.
saveCredentialsbooleanSets whether or not the user’s credentials and attributes are stored in the keychain after a successful log in. This attribute is ignored if autologin is disabled.

Delegate

The Sign Up Screenlet delegates some events to an object that conforms to the SignUpScreenletDelegate protocol. If the autologin attribute is enabled, login events are delegated to an object conforming to the LoginScreenletDelegate protocol. Refer to the LoginScreenlet documentation for more details.

The SignUpScreenletDelegate protocol lets you implement the following methods:

  • - screenlet:onSignUpResponseUserAttributes:: Called when sign up successfully completes. The user attributes are passed as a dictionary of keys (String or NSStrings) and values (AnyObject or NSObject). The supported keys are the same as Liferay Portal’s User entity.

  • - screenlet:onSignUpError:: Called when an error occurs in the process. The NSError object describes the error.

« Login Screenlet for iOSForgot Password Screenlet for iOS »
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています