IIdentityAsserterAssertIdentity Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Asserts an identity based on a token-based identity assertion.
Namespace:
Tangosol.Net.Security
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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