Context of validation procedures.

Hierarchy

Properties

json: Json

Get the JSON helper for serializing/de-serializing JavaScript and Java types.

originalQueryParameters: ScriptQueryParameterCollection

Get the query-string used in OAuth authorization requests and authentication requests.

providedPassword: null | string

Get the password that was supplied for validation in the context from which the validation procedure was executed. When the procedure is used for password validation in the User Management profile, this returns the password that was supplied on the account update request. When the procedure is used for Authenticator requests, this returns the value of the 'password' form field, if present.

request: ScriptRequest

The original request object. This can be used to access headers and parameters passed in the original request.

requestModel: any

Consumers should get data using other properties in the context.

Deprecated

response: ScriptResponse

The Response object. Can be used to modify cookies in the response.

sessionManager: ScriptSessionManager

Methods

  • Get the password that was supplied for validation in the context from which the validation procedure was executed. When the procedure is used for password validation in the User Management profile, this returns the password that was supplied on the account update request. When the procedure is used for Authenticator requests, this returns the value of the 'password' form field, if present.

    Returns null | string

  • Consumers should get data using other properties in the context.

    Deprecated

    Returns any