Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

Namespace: Tangosol.Net.Security.Impl
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public virtual Object TransformIdentity(
	IPrincipal principal,
	IService service
)

Parameters

principal
Type: System.Security.Principal..::..IPrincipal
An IPrincipal.
service
Type: Tangosol.Net..::..IService
The service the principal is for.

Return Value

The IPrincipal it receives; could be null.

Implements

IIdentityTransformer..::..TransformIdentity(IPrincipal, IService)

See Also