Package org.libvirt
Class SecurityModel
- java.lang.Object
-
- org.libvirt.SecurityModel
-
public final class SecurityModel extends java.lang.Object
A security model used for mandatory access control.- See Also:
Connect.getSecurityModel()
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDomainOfInterpretation()
Returns the DOI, domain of interpretation of this security model.java.lang.String
getModel()
Returns the model of this SecurityModel.
-