.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
IIdentityTransformer Interface
IIdentityTransformer Methods
TransformIdentity Method
IIdentityTransformer
TransformIdentity Method
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Transform a Subject to a token that asserts an identity.
Namespace:
Tangosol.Net.Security
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Copy
Object
TransformIdentity
(
IPrincipal
principal
,
IService
service
)
Parameters
principal
Type:
System.Security.Principal
IPrincipal
The IPrincipal representing a user.
service
Type:
Tangosol.Net
IService
The IService requesting an identity token.
Return Value
Type:
Object
The token that asserts identity.
Exceptions
Exception
Condition
SecurityException
If the identity transformation fails.
See Also
Reference
IIdentityTransformer Interface
Tangosol.Net.Security Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.