Click or drag to resize

SimplePrincipal Constructor

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Constructor

Namespace:  Tangosol.Net.Security.Impl
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public SimplePrincipal(
	IIdentity id,
	string[] roles
)

Parameters

id
Type: System.Security.PrincipalIIdentity
IIdentity a generic user representation.
roles
Type: SystemString
A list of roles to which the user represented by IIdentity belongs.
See Also