.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
DefaultIdentityTransformer Class
DefaultIdentityTransformer Methods
TransformIdentity Method
DefaultIdentityTransformer
TransformIdentity Method
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Transforms identity
TransformIdentity(IPrincipal, 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
Object
TransformIdentity
(
IPrincipal
principal
,
IService
service
)
Parameters
principal
Type:
System.Security.Principal
IPrincipal
An
IPrincipal
.
service
Type:
Tangosol.Net
IService
The service the principal is for.
Return Value
Type:
Object
The
IPrincipal
it receives; could be null.
Implements
IIdentityTransformer
TransformIdentity(IPrincipal, IService)
See Also
Reference
DefaultIdentityTransformer Class
Tangosol.Net.Security.Impl Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.