Interface ISetOpModeProtection

  • All Known Implementing Classes:
    SecurityCheck

    public interface ISetOpModeProtection
    NOP falls ok, sonst AccessControlException
    Version:
    1.0.0
    Author:
    schuette
    • Method Detail

      • check

        void check​(OpMode opMode,
                   java.lang.String passwort)
        Passed == NoOp else AccessControlException
        Throws:
        java.security.AccessControlException
      • check

        @Deprecated
        void check()
            throws java.security.AccessControlException
        Deprecated.
        use check check(final OpMode opMode, final String passwort) instead
        Throws:
        java.security.AccessControlException
      • getGeschuetzteOpModeList

        OpModeListe getGeschuetzteOpModeList()
        Returns:
        Liste aller OpModes, die ein check erfordern