Click or drag to resize

IIdentityTransformerTransformIdentity Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Transform a Subject to a token that asserts an identity.

Namespace:  Tangosol.Net.Security
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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