Identities

constructor(forUser: User? = null, runAs: User? = null)

Parameters

forUser

the user for whom the process is running. Can be null.

runAs

the user under which the process is running. Can be null.