Show / Hide Table of Contents

Class DefaultIdentityAsserter

The default implementation of the IIdentityAsserter.

Inheritance
object
DefaultIdentityAsserter
Implements
IIdentityAsserter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

Implements

IIdentityAsserter
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.