Click or drag to resize

IIdentityAsserter Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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: 14.1.1.14 (14.1.1.14)
Syntax
C#
public interface IIdentityAsserter

The IIdentityAsserter type exposes the following members.

Methods
  NameDescription
Public methodAssertIdentity
Asserts an identity based on a token-based identity assertion.
Top
Remarks
A token is opaque to Coherence. It could be a standard type such as a SAML Assertion or a proprietary type.
See Also