viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.security
/
SecurityLattice
/
SecurityLattice
Security
Lattice
fun
<
T
:
Lattice
<
T
>
>
SecurityLattice
(
principal
:
T
)
Returns an element with
confidentialityComponent
and
integrityComponent
equal to
principal
.
fun
<
T
:
Lattice
<
T
>
>
SecurityLattice
(
confidentialityComponent
:
T
,
integrityComponent
:
T
)