.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
Tangosol.Net.Security.Impl
DefaultIdentityAsserter Class
DefaultIdentityAsserter Methods
AssertIdentity Method
DefaultIdentityAsserter
AssertIdentity Method
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Asserts identity
AssertIdentity(Object, IService)
Namespace:
Tangosol.Net.Security.Impl
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Copy
public
virtual
IPrincipal
AssertIdentity
(
Object
oToken
,
IService
service
)
Parameters
oToken
Type:
System
Object
Identity token.
service
Type:
Tangosol.Net
IService
The service the identity is asserted for.
Return Value
Type:
IPrincipal
The
IPrincipal
token; could be null.
Implements
IIdentityAsserter
AssertIdentity(Object, IService)
See Also
Reference
DefaultIdentityAsserter Class
Tangosol.Net.Security.Impl Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.