SimplePrincipal Constructor |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Constructor
Namespace:
Tangosol.Net.Security.Impl
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic 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