Click or drag to resize

IIdentityTransformerTransformIdentity Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Transform a Subject to a token that asserts an identity.

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

Parameters

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

Return Value

Type: Object
The token that asserts identity.
Exceptions
ExceptionCondition
SecurityException If the identity transformation fails.
See Also