Interface ISecuredRemoteCommand

  • All Known Implementing Classes:
    RemoteMethodInvocationCommand

    public interface ISecuredRemoteCommand
    Remote command that can provide custom security settings for being checked before execution.
    • Method Detail

      • getSecurityLevel

        Security getSecurityLevel​(IInternalAccess access)
        Method to provide the required security level.
        Returns:
        The security settings or null to inhibit execution.