Click or drag to resize

DefaultIdentityTransformerTransformIdentity Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

Namespace:  Tangosol.Net.Security.Impl
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public virtual Object TransformIdentity(
	IPrincipal principal,
	IService service
)

Parameters

principal
Type: System.Security.PrincipalIPrincipal
An IPrincipal.
service
Type: Tangosol.NetIService
The service the principal is for.

Return Value

Type: Object
The IPrincipal it receives; could be null.

Implements

IIdentityTransformerTransformIdentity(IPrincipal, IService)
See Also