IIdentityAsserter Interface | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            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.1 (14.1.1.1)
Syntaxpublic interface IIdentityAsserter
The IIdentityAsserter type exposes the following members.
Methods| 
								 
							 | Name | Description | 
|---|
  | AssertIdentity | 
            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