Package org.libvirt

Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getModel

        public java.lang.String getModel()
        Returns the model of this SecurityModel.
        Returns:
        the model string
      • getDomainOfInterpretation

        public java.lang.String getDomainOfInterpretation()
        Returns the DOI, domain of interpretation of this security model.
        Returns:
        the DOI