Click or drag to resize

DefaultIdentityAsserterAssertIdentity 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 IPrincipal AssertIdentity(
	Object oToken,
	IService service
)

Parameters

oToken
Type: SystemObject
Identity token.
service
Type: Tangosol.NetIService
The service the identity is asserted for.

Return Value

Type: IPrincipal
The IPrincipal token; could be null.

Implements

IIdentityAsserterAssertIdentity(Object, IService)
See Also