Class DefaultIdentityAsserter
The default implementation of the IIdentityAsserter.
Implements
Inherited Members
Namespace: Tangosol.Net.Security.Impl
Assembly: Coherence.dll
Syntax
public class DefaultIdentityAsserter : IIdentityAsserter
Remarks
The default implementation asserts that the token is an IPrincipal.
Fields
Instance
An instance of the DefaultIdentityAsserter.
Declaration
public static readonly DefaultIdentityAsserter Instance
Field Value
Type | Description |
---|---|
DefaultIdentityAsserter |
Methods
AssertIdentity(object, IService)
Asserts identity AssertIdentity(object, IService)
Declaration
public virtual IPrincipal AssertIdentity(object oToken, IService service)
Parameters
Type | Name | Description |
---|---|---|
object | oToken | Identity token. |
IService | service | The service the identity is asserted for. |
Returns
Type | Description |
---|---|
IPrincipal | The IPrincipal token; could be null. |