Class DefaultIdentityTransformer
The default implementation of the IIdentityTransformer.
Implements
Inherited Members
Namespace: Tangosol.Net.Security.Impl
Assembly: Coherence.dll
Syntax
public class DefaultIdentityTransformer : IIdentityTransformer
Remarks
The default implementation returns the IPrincipal that it receives.
Fields
Instance
An instance of the DefaultIdentityTransformer.
Declaration
public static readonly DefaultIdentityTransformer Instance
Field Value
Type | Description |
---|---|
DefaultIdentityTransformer |
Methods
TransformIdentity(IPrincipal, IService)
Transforms identity TransformIdentity(IPrincipal, IService)
Declaration
public virtual object TransformIdentity(IPrincipal principal, IService service)
Parameters
Type | Name | Description |
---|---|---|
IPrincipal | principal | An IPrincipal. |
IService | service | The service the principal is for. |
Returns
Type | Description |
---|---|
object | The IPrincipal it receives; could be null. |