SecurityHandler Class Methods

In this section, the SecurityHandler class methods are presented in alphabetical order.

Syntax

GetAuthorization(&AuthReq_array)

Description

Implement this method to access the information in the AuthRequest object and return whether the authorization request is authorized.

An AuthRequest object represents the instantiation of an authorization request. An array of AuthRequest objects is instantiated when an authorization request message is processed by the PeopleTools security authorization service.

This topic includes an example of an authorization request message and how that message could be evaluated by a custom security authorization handler.

See Implementing a Security Authorization Handler.

Parameters

Field or Control

Definition

&AuthReq_array

Specifies an array of AuthRequest objects.

Returns

None.