IIdentityAsserterAssertIdentity Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Asserts an identity based on a token-based identity assertion.
Namespace:
Tangosol.Net.Security
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
SyntaxIPrincipal AssertIdentity(
Object oToken,
IService service
)
Parameters
- oToken
- Type: SystemObject
The actual token that asserts identity.
- service
- Type: Tangosol.NetIService
The IService asserting the identity token.
Return Value
Type:
IPrincipal
An IPrincipal representing the identity.
Exceptions
See Also