Interface ISetOpModeProtection
-
- All Known Implementing Classes:
SecurityCheck
public interface ISetOpModeProtection
NOP falls ok, sonst AccessControlException- Version:
- 1.0.0
- Author:
- schuette
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
check()
Deprecated.void
check(OpMode opMode, java.lang.String passwort)
Passed == NoOp else AccessControlExceptionOpModeListe
getGeschuetzteOpModeList()
-
-
-
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
-
-