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

Transform a Subject to a token that asserts an identity.

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

Syntax

C#
Object TransformIdentity(
	IPrincipal principal,
	IService service
)

Parameters

principal
Type: System.Security.Principal..::.IPrincipal
The IPrincipal representing a user.
service
Type: Tangosol.Net..::.IService
The IService requesting an identity token.

Return Value

The token that asserts identity.

Exceptions

ExceptionCondition
System.Security..::.SecurityException If the identity transformation fails.

See Also