Click or drag to resize

DefaultIdentityAsserterAssertIdentity Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01

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