.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
Sets the Subject based on the mapping of natvie C# object containing subject information. Also for the standalon appliaction either string or UserPrincipal object will be used in which we can set the subject information i.e user id and role.

Namespace: Oes.Pep.Api
Assembly: OES-PEP (in OES-PEP.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
void SetAccessSubject(
	Object subject
)

Parameters

subject
Type: System..::..Object
subject can be string or System.Security.Principal.IIdentity or UserPricipal

Exceptions

ExceptionCondition
Oes.Pep.Api..::..PepException Throws the PepException, if passed subject is not in valid form or null.

See Also