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

IdentityAsserter validates a token in order to establish a user's identity. The token is an identity assertion, a statement that asserts an identity.

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

Syntax

C#
public interface IIdentityAsserter

Remarks

A token is opaque to Coherence. It could be a standard type such as a SAML Assertion or a proprietary type.

See Also