Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The default implementation of the IIdentityTransformer.

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

Syntax

C#
public class DefaultIdentityTransformer : IIdentityTransformer

Remarks

The default implementation returns the IPrincipal that it receives.

Inheritance Hierarchy

System..::.Object
  Tangosol.Net.Security.Impl..::.DefaultIdentityTransformer

See Also